As Seen On

Recognized By
Child Molestation Laws in Arizona
Â
Introduction
Child molestation is a grave and distressing crime, profoundly impacting victims, their families, and society at large. In Arizona, child molestation laws are stringent, reflecting the state’s commitment to protecting its most vulnerable citizens. This blog, from Tamou Law Group PLLC, aims to provide a detailed and informative overview of these laws, helping our community understand the legal frameworks that safeguard our children.
Defining Child Molestation in Arizona
Under Arizona law, child molestation is defined as engaging in or causing someone to engage in sexual contact with a child under the age of 15. This includes any direct or indirect touching, fondling, or manipulating of any part of a child’s body for the purpose of sexual gratification. It’s important to understand that in Arizona, the intent of the accused and the perception of the child are key factors in defining this crime.
Arizona Statutes Governing Child Molestation
The primary statute addressing child molestation in Arizona is ARS 13-1410. This law categorizes child molestation as a dangerous crime against children, which leads to severe legal consequences. Moreover, Arizona’s legal system does not require physical evidence of the act for a conviction; the testimony of the victim alone can be sufficient if found credible.
Penalties for Child Molestation in Arizona
Penalties for child molestation in Arizona are among the strictest in the United States. Convicted individuals face mandatory prison sentences, often without the possibility of parole. Sentencing can vary based on factors like the age of the victim and the nature of the offense but typically ranges from 10 to 24 years in prison for a first offense. Repeat offenders face even harsher penalties.
Legal Defenses Against Child Molestation Charges
In Arizona, several defenses can be raised in child molestation cases, including the absence of sexual intent, the age of the accused (if close in age to the victim), and mistaken identity. However, these defenses require a skilled legal approach, given the severity of the charges and societal implications.
The Role of Legal Representation
Facing child molestation charges in Arizona necessitates experienced legal representation. A qualified defense attorney can navigate the complexities of the legal system, ensuring that the accused’s rights are protected while examining all aspects of the case critically. The role of a defense attorney is not only to represent the accused in court but also to provide guidance through the often-daunting legal process.
Conclusion
Child molestation is a serious offense with severe consequences under Arizona law. Understanding these laws and the legal processes involved is crucial for anyone facing such charges or seeking justice for a victim. At Tamou Law Group PLLC, we are committed to providing experienced legal guidance and representation in these sensitive cases. If you or someone you know requires legal assistance regarding child molestation laws in Arizona, please contact us at 623-321-4699 for a consultation.
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 counts as child molestation under Arizona law?
Under A.R.S. 13-1410, child molestation means intentionally or knowingly engaging in, or causing a person to engage in, sexual contact with a child under 15 years old. Sexual contact includes any direct or indirect touching or fondling of private parts, and it is charged as a Class 2 felony.
Is child molestation a felony in Arizona?
Yes, child molestation is a Class 2 felony in Arizona and is sentenced as a dangerous crime against children under A.R.S. 13-705. That designation triggers mandatory flat-time prison, meaning a convicted person must serve nearly the entire sentence with no early release or parole.
How long do you go to prison for child molestation in Arizona?
A first-offense child molestation conviction in Arizona carries 10 to 24 years in prison, with a presumptive term of 17 years under A.R.S. 13-705. A prior dangerous crime against children raises the range to 21 to 35 years, and multiple counts must run consecutively.
What is the minimum sentence for child molestation in Arizona on a plea?
The minimum prison sentence for child molestation in Arizona is 10 years, but a plea agreement to a reduced charge like attempted molestation can allow lifetime probation instead of prison. Whether probation is offered depends on the evidence, the county attorney’s policies, and skilled negotiation.
Is there a statute of limitations for child molestation in Arizona?
No, Arizona has no statute of limitations for child molestation; under A.R.S. 13-107 prosecution may begin at any time, even decades after the alleged act. This means adults can face charges based on childhood allegations, which makes preserving old records and witnesses critical to the defense.
Can someone be convicted of child molestation in Arizona without physical evidence?
Yes, Arizona courts can convict a person of child molestation based solely on the alleged victim’s testimony if the jury finds it credible; no DNA, injury, or physical evidence is required. That makes cross-examination, forensic interview review, and expert witnesses essential parts of the defense.
Does a child molestation conviction require sex offender registration in Arizona?
Yes, a child molestation conviction requires lifetime sex offender registration in Arizona under A.R.S. 13-3821, along with community notification. Registration restricts where you can live and work and follows you if you move to another state, so avoiding it is a central goal of any defense.
How can you fight a child molestation charge in Arizona?
Common defenses to child molestation charges in Arizona include lack of sexual interest or motivation under A.R.S. 13-1407, false or coached accusations, mistaken identity, and improper forensic interviews. These cases move fast and carry mandatory prison, so contact a defense lawyer before speaking with police. 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);
})();






