As Seen On
Recognized By
Bigamy: The Unusual Crime and Its Penalty in Arizona
Bigamy. It’s a term you might associate with ancient cultures or perhaps television dramas. It certainly doesn’t sound like a modern-day crime. But in many U.S. states, including Arizona, bigamy is indeed illegal and can lead to severe penalties. For the uninformed, bigamy refers to the act of entering into a marriage while still being legally married to another person. In today’s post, we’ll delve deep into the intricacies of this unusual crime in Arizona and shed light on its penalties.
Understanding Bigamy
To comprehend the concept of bigamy, one first needs to understand marriage’s legal foundations. Marriage is not just a religious or cultural rite; it is a binding contractual relationship recognized by the state. This relationship offers numerous benefits, such as tax breaks, inheritance rights, and healthcare decisions. Thus, to maintain the sanctity and legal stability of the institution, the state has interest in ensuring that these benefits aren’t exploited through dual marriages.
Arizona Law on Bigamy
The state of Arizona explicitly states its stance on bigamy under A.R.S. 13-3606. The statute reads:“A person having a spouse living who knowingly marries any other person commits bigamy, which is a class 5 felony.”To be found guilty of bigamy in Arizona:
- You must be legally married to one person.
- You knowingly enter into another marriage while the first marriage is still in effect.
One could think there might be a myriad of loopholes to this law. What if you genuinely believed your first spouse was deceased? Or what if you were under the impression that your previous marriage was annulled or dissolved? Well, Arizona law does consider these scenarios. If you had a reasonable belief that your spouse was deceased or that your previous marriage was terminated, you might not be convicted of bigamy.
Penalties for Bigamy
As noted, bigamy in Arizona is a class 5 felony. The penalties for a class 5 felony in Arizona can be quite severe:
- Probation with zero days in jail up to one year in jail OR
- Prison range from six months to 2.5 years for a first-time offender.
- For someone with one historical prior felony conviction, the prison range can be between one year and 3.75 years.
Besides imprisonment, being convicted of bigamy might lead to other consequences such as fines, restitution, or even mandatory counseling. It can also have significant implications in any pending divorce or child custody proceedings.
Defending Against Bigamy Charges
Given the severe consequences, if you’re accused of bigamy, it’s crucial to take the charges seriously. Common defenses include:
- Lack of Knowledge: You genuinely didn’t know that the previous marriage was still legally binding.
- Previous Marriage Terminated: You believed, in good faith, that your previous marriage had been dissolved or annulled.
- Mistaken Identity: In some rare cases, you might be mistakenly identified as being married to someone you’ve never wed.
Remember, the prosecutor has the burden of proving, beyond a reasonable doubt, that you knowingly committed bigamy.
In Conclusion
Bigamy, though seemingly a relic from another era, remains an important legal issue in Arizona. The consequences of a bigamy charge can be far-reaching, affecting not just your freedom but also your reputation and personal relationships.If you or someone you know is facing bigamy charges or has questions regarding marital law in Arizona, don’t leave things to chance. The intricacies of the law require knowledgeable navigation. Reach out to Tamou Law Group PLLC, experienceds in Arizona’s legal landscape.Contact Tamou Law at 623-321-4699. Let experienced professionals guide you through the complexities of Arizona law and provide the representation you deserve.
Awards & Recognition
Our recognition for Phoenix criminal defense defense is independently verified, click any award to confirm it:
- National Trial Lawyers Top 100
- National Trial Lawyers Top 40 Under 40
- Elite Lawyer 2026 – Criminal Defense
- Super Lawyers – Southwest
- National College for DUI Defense (NCDD)
When you are looking for the best Phoenix criminal defense lawyers, these are the independently verified credentials that matter, earned by Founding Attorney Michael Tamou and a full team of attorneys, including former prosecutors.
What Clients Say About Tamou Law
Real Google reviews from clients we have defended across Phoenix and Maricopa County. Every review is from a criminal defense client, never padded with non-legal work.
Frequently Asked Questions
Is bigamy a felony in Arizona?
Yes, bigamy is a class 5 felony in Arizona under A.R.S. 13-3606, committed when a person who has a living spouse knowingly marries another person. A first-time conviction can bring probation, up to a year in jail, or six months to 2.5 years in prison.
What is the penalty for bigamy in Arizona?
Bigamy is punished as a class 5 felony in Arizona, carrying probation with zero days to one year in jail, or six months to 2.5 years in prison for a first offense. One prior felony conviction raises the prison range to between one and 3.75 years.
How does Arizona define bigamy?
Under A.R.S. 13-3606, a person commits bigamy in Arizona by knowingly marrying someone else while already legally married to a living spouse. The state must prove you knew the first marriage was still valid, so the crime turns on knowledge, not just paperwork.
Can you be charged with bigamy in Arizona if you thought your divorce was final?
Generally no; Arizona law recognizes a good-faith belief that your prior marriage was dissolved, annulled, or that your spouse had died as a defense to bigamy. Because the state must prove you knowingly remarried while still married, an honest, reasonable mistake can defeat the charge.
Does a bigamy conviction affect divorce or child custody in Arizona?
Yes, a bigamy conviction can seriously affect pending divorce and child custody proceedings, since a felony record may influence a judge’s parenting-time and legal decision-making rulings. It can also bring fines, restitution, or counseling requirements on top of the criminal sentence.
What defenses can beat a bigamy charge in Arizona?
Common defenses to an Arizona bigamy charge include lack of knowledge that the first marriage was still valid, a good-faith belief the prior marriage was dissolved or the spouse deceased, and mistaken identity. The prosecutor must prove knowing conduct beyond a reasonable doubt.
Is a second marriage valid if you commit bigamy in Arizona?
No, a bigamous second marriage is void in Arizona because state law prohibits marriage while a prior undissolved marriage exists. The second spouse acquires no valid marital rights, and the person who knowingly remarried can also face class 5 felony prosecution under A.R.S. 13-3606.
Do I need a lawyer for a bigamy charge in Arizona?
Yes, because bigamy is a class 5 felony carrying possible prison time and lifelong felony consequences, you should hire an experienced Arizona criminal defense lawyer immediately. Tamou Law Group defends felony charges for clients throughout Phoenix and Scottsdale. Call 623-321-4699, 24/7.
Two Arizona Offices, One Team
We serve all of Maricopa County and the surrounding area, with free, confidential consultations 24/7 by phone and in-person meetings at either office by appointment.
Case Results Disclaimer: The results described on this page are based on specific facts and circumstances and do not guarantee or predict a similar outcome in any future case. Every case is different. Past results do not guarantee future results. No attorney-client relationship is formed by viewing this page or submitting a contact form until a written fee agreement has been signed. Tamou Law Group, PLLC is licensed to practice law in the State of Arizona. This website is for informational purposes only and does not constitute legal advice.
(function() {
function customizeConsultForm() {
var form = document.querySelector('#consult-form');
if (!form) return false;
var fields = form.querySelectorAll('.gfield');
var emailField = null;
var didWork = false;
fields.forEach(function(field) {
var label = field.querySelector('.gfield_label, label');
if (!label) return;
var labelText = (label.textContent || '').trim().toLowerCase();
if (labelText.indexOf('best way to reply') !== -1 || labelText.indexOf('preferred contact') !== -1) {
field.classList.add('tlg-hide-field');
field.querySelectorAll('input').forEach(function(input) {
input.checked = false;
input.removeAttribute('required');
});
didWork = true;
}
if (labelText.indexOf('email') !== -1) {
emailField = field;
field.classList.add('tlg-email-required');
field.querySelectorAll('input[type="email"], input[type="text"]').forEach(function(input) {
input.setAttribute('required', 'required');
input.setAttribute('aria-required', 'true');
});
didWork = true;
}
});
var gform = form.tagName === 'FORM' ? form : (form.querySelector('form') || form.closest('form'));
if (!gform) gform = document.querySelector('#consult-form form, form[id^="gform_"]');
if (gform && !gform.dataset.tlgSourceBound) {
gform.dataset.tlgSourceBound = '1';
var pageUrl = window.location.href;
var pageTitle = document.title || 'Phoenix White Collar Defense Lawyers';
var pagePath = window.location.pathname;
var sourceTag = '[Source: ' + pageTitle.replace(/\s*[,|].*$/, '') + ' | ' + pagePath + ']';
['source_page', 'page_url', 'lander_url'].forEach(function(name) {
var h = document.createElement('input');
h.type = 'hidden';
h.name = name;
h.value = pageUrl;
gform.appendChild(h);
});
var hp = document.createElement('input');
hp.type = 'hidden';
hp.name = 'source_path';
hp.value = pagePath;
gform.appendChild(hp);
function findMessageField() {
var match = null;
form.querySelectorAll('.gfield').forEach(function(field) {
var label = field.querySelector('.gfield_label, label');
if (!label) return;
var t = (label.textContent || '').trim().toLowerCase();
if (t.indexOf('message') !== -1 || t.indexOf('comment') !== -1 || t.indexOf('detail') !== -1 || t.indexOf('describe') !== -1 || t.indexOf('tell us') !== -1 || t.indexOf('your story') !== -1) {
match = field.querySelector('textarea, input[type="text"]');
}
});
if (!match) match = form.querySelector('textarea');
return match;
}
function prependSource() {
var textarea = findMessageField();
if (textarea && textarea.value.indexOf('[Source:') === -1) {
textarea.value = sourceTag + '\n\n' + (textarea.value || '');
}
}
gform.addEventListener('submit', prependSource, true);
var submitBtns = gform.querySelectorAll('input[type="submit"], button[type="submit"], .gform_button');
submitBtns.forEach(function(btn) {
btn.addEventListener('click', function() {
setTimeout(prependSource, 0);
prependSource();
}, true);
});
}
var submitBtn = form.querySelector('input[type="submit"], button[type="submit"]');
if (submitBtn && emailField && !submitBtn.dataset.tlgBound) {
submitBtn.dataset.tlgBound = '1';
submitBtn.addEventListener('click', function(e) {
var emailInput = emailField.querySelector('input[type="email"], input[type="text"]');
if (emailInput && !emailInput.value.trim()) {
e.preventDefault();
emailInput.focus();
emailInput.style.borderColor = '#c62828';
emailInput.style.boxShadow = '0 0 0 3px rgba(198,40,40,.15)';
}
});
}
return didWork;
}
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', customizeConsultForm);
} else {
customizeConsultForm();
}
var attempts = 0;
var interval = setInterval(function() {
attempts++;
var done = customizeConsultForm();
if (done || attempts > 10) clearInterval(interval);
}, 500);
})();






