As Seen On
Recognized By
Written and legally reviewed by Michael Tamou, Founding Attorney of Tamou Law Group, PLLC. Last updated June 28, 2026.
If you’ve been accused of an unwanted sexual touching or contact, you’ve probably seen the term “sexual battery.” It’s a common search, but in Arizona it can be confusing, because Arizona has no crime called “sexual battery.” What people mean by that phrase is prosecuted under two different statutes, and the one you’re charged under makes an enormous difference. Here’s the plain-English breakdown, and what to do if you’re facing charges.
Is “Sexual Battery” a Crime in Arizona?
No. Other states use “sexual battery” for unwanted sexual contact, but Arizona does not have that offense on the books. Instead, the conduct people describe as sexual battery is charged as one of two crimes, depending on what is alleged to have happened:
- Sexual abuse (A.R.S. § 13-1404), unwanted sexual contact (touching for a sexual purpose), short of intercourse.
- Sexual assault (A.R.S. § 13-1406), non-consensual sexual intercourse or oral sexual contact (what most people call rape).
So the “sexual battery vs. sexual assault” question really comes down to sexual abuse vs. sexual assault, and the difference is the type of contact.
Sexual Abuse (the closest thing to “sexual battery”)
Sexual abuse under A.R.S. § 13-1404 is intentionally engaging in sexual contact with another person without consent, touching of a sexual nature that does not involve penetration or oral contact. For an adult victim it is a Class 5 felony. When the victim is under 15, it is a Class 3 felony and a Dangerous Crime Against Children with mandatory prison.
Sexual Assault (A.R.S. § 13-1406)
Sexual assault is the more serious charge: non-consensual sexual intercourse or oral sexual contact. It is a Class 2 felony with mandatory prison (a presumptive 7-year term for a first offense, more with priors or additional victims) and lifetime sex-offender registration. In adult cases, the central issue is almost always consent.
Sexual Abuse vs. Sexual Assault: Side by Side
| Sexual Abuse (13-1404) | Sexual Assault (13-1406) | |
|---|---|---|
| Conduct | Sexual contact (touching) | Intercourse / oral contact |
| Class (adult) | Class 5 felony | Class 2 felony |
| Prison | Probation possible | Mandatory (presumptive 7 yrs) |
| If victim under 15 | Class 3 DCAC | Class 2 DCAC |
| Registration | Likely | Lifetime |
| Key defense | Consent / no sexual intent | Consent / credibility |
Both turn on consent in adult cases. DNA typically proves contact, not lack of consent.
Charged With Sexual Assault or Abuse in Arizona?
These cases are won on consent, credibility, and the evidence. Talk to our defense team before you speak with detectives or take a ‘confrontation call.’
Call 623-321-4699, Free Consultation
Which Charge Will You Face?
It depends entirely on what the State alleges. If the accusation involves intercourse or oral contact, expect sexual assault; if it involves other unwanted touching, expect sexual abuse. Either way, the defense often comes down to consent (in adult cases), the accuser’s credibility and motive, the forensic and DNA evidence, and any recorded “confrontation call” police arrange. For a full breakdown of penalties and defenses, see our Arizona sexual assault defense page, our sexual abuse defense page, or our main sex crimes defense guide.
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
What is sexual battery called in Arizona?
Arizona law has no crime called sexual battery; unwanted sexual touching is charged as sexual abuse under A.R.S. 13-1404, and non-consensual intercourse or oral contact is charged as sexual assault under A.R.S. 13-1406. Which statute applies depends entirely on the type of contact the State alleges.
Is sexual abuse a felony in Arizona?
Yes, sexual abuse under A.R.S. 13-1404 is a Class 5 felony when the victim is an adult, and probation is possible. If the victim is under 15, it becomes a Class 3 felony and a Dangerous Crime Against Children, which carries mandatory prison time.
How long do you go to prison for sexual assault in Arizona?
A first sexual assault conviction in Arizona carries mandatory prison of 5.25 to 14 years, with a presumptive 7-year term, under A.R.S. 13-1406. Sentences increase with prior convictions or additional victims, and every sexual assault conviction also requires lifetime sex-offender registration.
Can you get probation for sexual abuse charges in Arizona?
Yes, probation is possible for sexual abuse of an adult victim, which is a Class 5 felony under A.R.S. 13-1404. If the victim is under 15, the charge becomes a Dangerous Crime Against Children and prison is mandatory, so probation is not available.
Does DNA evidence prove sexual assault in Arizona?
No, DNA evidence typically proves only that sexual contact occurred, not that it was non-consensual, which is the central issue in most Arizona adult sexual assault cases. Prosecutors must still prove lack of consent beyond a reasonable doubt, usually through testimony and credibility evidence.
How can a defendant win a sexual assault case in Arizona?
Defendants win Arizona sexual assault cases most often by showing the contact was consensual, by exposing inconsistencies or motive in the accuser’s account, or by challenging the forensic evidence. Because DNA only shows contact occurred, consent and credibility usually decide adult cases at trial.
What is a confrontation call in an Arizona sex crime investigation?
A confrontation call is a recorded phone call that Arizona police arrange between the accuser and the suspect, hoping the suspect will apologize or admit to the allegations. Anything you say can become key evidence, so never take one of these calls without speaking to a defense attorney first.
What should I do if I am accused of sexual battery in Arizona?
If you are accused of sexual battery in Arizona, do not talk to detectives or take any recorded call before speaking with a criminal defense lawyer, because the charge will actually be sexual abuse or sexual assault. Tamou Law Group defends these cases in 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);
})();






