As Seen On

Recognized By
How Arizona Handles Juvenile Offenses
Juvenile offenses, or acts committed by individuals who have not yet reached the age of majority, occupy a unique space in the legal world. Arizona, like many states, has developed a system designed to address juvenile delinquency in a way that balances the need for public safety with rehabilitation and guidance. If you’re a parent, guardian, or simply a concerned community member, understanding how Arizona approaches these cases can be crucial.1
The Foundation: Distinction from Adult System
First and foremost, it’s essential to recognize that Arizona’s juvenile justice system is fundamentally distinct from the adult criminal justice system. The focus for juveniles is more on rehabilitation rather than punishment. This is grounded in the belief that young people have the capacity to change, and with the right interventions, they can be guided back onto the right path.2
How It Begins: Detention and Intake
When a juvenile in Arizona commits an offense, the initial response will often involve law enforcement. Depending on the severity of the act, the juvenile might be taken to a detention center. Here, a preliminary assessment is conducted to determine the most appropriate next steps. In many cases, juveniles may be released to their parents or guardians with specific instructions or conditions.3
Adjudication Process: The Juvenile Court
Should a case proceed, it will be heard in the Juvenile Court. Note that these are not called “trials” but rather “adjudication hearings.” The judge, rather than a jury, determines the facts and whether the juvenile is delinquent. If the young person is found responsible for the offense, the court will move into the disposition phase, where they’ll decide on the appropriate interventions and actions to take.4
Disposition: Solutions over Sentences
Here’s where the distinction between the adult and juvenile systems becomes even more apparent. In Arizona, the disposition phase is solution-oriented. Rather than merely focusing on punitive measures, the court will often recommend a blend of consequences like probation, counseling, community service, or participation in educational or treatment programs. It’s a holistic approach that attempts to address the root causes of delinquent behavior.5
Serious Offenses and Adult Transfer
It’s important to mention that not all juvenile cases remain within the juvenile system. Under specific circumstances, especially when dealing with particularly severe offenses, a juvenile may be tried as an adult. Arizona has certain statutes, such as A.R.S. § 13-501, which outlines the criteria for prosecuting juveniles as adults for certain felony offenses. This provision is particularly relevant for juveniles aged 14 and older who commit specific serious offenses.6
Record Sealing and Expungement
One of the crucial features of the juvenile justice system in Arizona is the potential for record sealing. Unlike adult criminal records, which can follow an individual for life, juvenile records may be sealed or even destroyed after a certain period, given certain conditions are met. This provides young individuals an opportunity for a fresh start, without the burden of past mistakes haunting their future prospects.
Conclusion: A System Built on Second Chances
Arizona’s approach to juvenile offenses is a testament to the belief in second chances and the transformative power of rehabilitation. While it’s crucial to hold young individuals accountable for their actions, it’s equally vital to provide them with the tools and resources to make amends and chart a new, positive course.However, navigating the complexities of the juvenile justice system can be overwhelming. If your child or someone you know is involved in a juvenile offense, it’s imperative to seek knowledgeable legal guidance. The Tamou Law Group PLLC is experienced in navigating the intricacies of the Arizona juvenile justice system. With our experienced counsel, you can ensure that the young person’s rights are protected and that they receive the best possible outcome.For consultation or assistance, contact Tamou Law at 623-321-4699. Let us be your guiding light through the maze of juvenile law in Arizona.
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
Can a juvenile be charged as an adult in Arizona?
Yes. Under A.R.S. § 13-501, Arizona must or may prosecute juveniles 14 and older as adults for certain serious felonies, including murder, armed robbery, and other violent offenses. Once transferred, the minor faces adult penalties, which makes early legal intervention critical in serious juvenile cases.
What happens when a minor gets arrested in Arizona?
After a juvenile arrest in Arizona, police either release the child to parents with conditions or take them to a detention center for an intake assessment. If the juvenile is held, a detention hearing must follow within 24 hours to decide whether they stay in custody while the case proceeds.
Do juveniles get a jury trial in Arizona?
No. Arizona juvenile cases are decided in adjudication hearings where a juvenile court judge, not a jury, determines whether the child is delinquent. Juveniles keep other important rights, including the right to an attorney, to confront witnesses, and to remain silent throughout the process.
Does a juvenile record go away automatically at 18 in Arizona?
No, juvenile records do not automatically disappear in Arizona, but under A.R.S. § 8-349 you can apply to have them destroyed at age 18 for most offenses, or at 25 for more serious ones. Restitution must be paid and all court conditions completed before destruction is granted.
How long does juvenile court jurisdiction last in Arizona?
Arizona juvenile court jurisdiction ends at age 18, one of the strictest cutoffs in the country, so probation, commitments, and other dispositions must end by the juvenile’s 18th birthday. Serious cases that cannot be resolved in that window are more likely to be transferred to adult court.
What is a disposition hearing in Arizona juvenile court?
A disposition hearing is the juvenile court equivalent of sentencing, where an Arizona judge orders consequences such as probation, counseling, community service, restitution, treatment programs, or commitment to the Department of Juvenile Corrections. The focus is rehabilitation, so the plan targets the causes of the behavior rather than punishment alone.
Is a juvenile adjudication a criminal conviction in Arizona?
No, a juvenile adjudication of delinquency is not a criminal conviction under Arizona law, so most minors can truthfully say they have never been convicted of a crime. However, adjudications can still affect driver’s licenses, gun rights, immigration status, and future sentencing, so they should be taken seriously.
What should parents do if their child is arrested in Arizona?
If your child is arrested in Arizona, stay calm, tell them not to answer police questions, and contact a juvenile defense attorney before any interview or court hearing. Early representation can mean release to your home, diversion instead of charges, and a sealed record. 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);
})();






