As Seen On
Recognized By
Understanding Adultery Laws in Arizona: A Deep Dive
Welcome to another informative session from Tamou Law Group PLLC, where we offer clarity and insights into various aspects of Arizona laws. In this discussion, we delve deeply into an emotionally charged and legally complex topic – Adultery laws in the state of Arizona. Adultery can be a tumultuous event in personal relationships and knowing how the law addresses this issue is essential for individuals finding themselves entangled in such circumstances. Let’s unfold the legal nuances surrounding adultery in Arizona.
Statutory Provisions
Arizona is one of the few states in the U.S. that has criminalized adultery. The law is defined under Arizona Revised Statutes (ARS) § 13-1408. Under this statute, adultery is classified as a Class 3 misdemeanor. For a successful conviction, the prosecution must prove that a married person has engaged in sexual intercourse with someone other than their spouse and that the act was voluntary.
Prosecution and Penalties
Though adultery is criminalized in Arizona, prosecutions are rare. The seldom use of these laws in courtrooms doesn’t negate their importance, but rather underlines the discretion usually exercised in their application. A conviction under ARS § 13-1408 could potentially lead to penalties that are associated with a Class 3 misdemeanor, which includes fines and incarceration.
Impact on Divorce Proceedings
Adultery can also play a significant role in divorce proceedings. Arizona is a no-fault divorce state, meaning that it’s unnecessary to prove marital misconduct to file for divorce. However, adultery may influence certain aspects of the divorce settlement, particularly in areas such as spousal maintenance and the division of marital assets.
Legal Defenses
Legal defenses in adultery cases in Arizona primarily revolve around disproving the voluntary nature of the sexual intercourse or questioning the validity of the marriage at the time the alleged adultery occurred. An experienced attorney can craft a nuanced defense strategy based on the specific circumstances of the case.
Navigating Adultery Laws with Professional Guidance
The emotional turmoil and legal intricacies surrounding adultery necessitate a compassionate and proficient legal approach. At Tamou Law Group PLLC, we are committed to providing experienced legal advice and representation to navigate the complex terrains of adultery laws in Arizona.Having a proficient legal team by your side ensures that your case is handled with utmost sensitivity and legal precision. The nuanced understanding of adultery laws and their practical application can make a substantial difference in the outcome of related legal proceedings.
Conclusion
Arizona’s adultery laws reflect a blend of historical legal principles and modern legal practices. While the criminalization of adultery underscores its gravity, the practical application of these laws is often marked by legal complexities and discretion.For personalized legal guidance and a detailed understanding of how adultery laws in Arizona apply to your specific circumstances, feel free to reach out to us. Contact Tamou Law Group PLLC at 623-321-4699 to discuss your legal needs with experienced professionals who prioritize your best interests and legal rights.
Awards & Recognition
Our recognition for Phoenix sex crime 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 sex crime 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 adultery illegal in Arizona?
Yes, adultery is a crime in Arizona under A.R.S. § 13-1408, which makes it a Class 3 misdemeanor for a married person to voluntarily have sexual intercourse with someone other than their spouse. Prosecutions are extremely rare, but the statute remains on the books and carries real penalties.
What is the penalty for adultery in Arizona?
Adultery is a Class 3 misdemeanor in Arizona, punishable by up to 30 days in jail and a fine of up to $500, plus surcharges. Because A.R.S. § 13-1408 is rarely enforced, the more common consequences arise in divorce, custody, and professional licensing contexts.
Can you go to jail for cheating on your spouse in Arizona?
Technically yes; because adultery is a Class 3 misdemeanor under A.R.S. § 13-1408, a conviction can carry up to 30 days in jail. In practice, prosecutors almost never file adultery charges, and a case cannot proceed without a complaint from the offended spouse.
Who can press charges for adultery in Arizona?
Under A.R.S. § 13-1408, an adultery prosecution can only begin on the complaint of the offended spouse, meaning police and prosecutors cannot pursue the charge on their own. This spousal-complaint requirement is a major reason adultery cases are almost never filed in Arizona courts.
Does adultery affect divorce in Arizona?
Not directly, because Arizona is a no-fault divorce state and neither spouse must prove misconduct to end the marriage. However, adultery can still matter if marital funds were spent on the affair, potentially affecting spousal maintenance and the equitable division of community property.
How does adultery affect spousal maintenance in Arizona?
Arizona courts do not punish adultery itself when awarding spousal maintenance, but a spouse who wasted community assets on an affair can be required to reimburse the marital estate. Judges focus on financial factors, so proof of spending on an affair matters more than the affair itself.
What are the defenses to an adultery charge in Arizona?
Common defenses include showing the sexual intercourse was not voluntary, disputing that a valid marriage existed at the time, or challenging whether the offended spouse properly filed the required complaint. Because the State must prove every element beyond a reasonable doubt, weak or circumstantial evidence often defeats these cases.
How often is adultery actually prosecuted in Arizona?
Adultery prosecutions are extremely rare in Arizona because charges require the offended spouse’s complaint and prosecutors rarely pursue them. If you are facing an adultery accusation or worried about how an affair affects your divorce, Tamou Law Group can protect your rights. 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);
})();






