As Seen On

Recognized By
Understanding Juvenile Crime
Young people can sometimes make mistakes, and when those mistakes run afoul of the law, it can have serious consequences. In Arizona, a juvenile delinquent is someone who commits an illegal act before they turn 18. These can range from status offenses, which are acts only considered unlawful due to the individual’s age (like truancy or running away from home), to more serious crimes, such as drug offenses, theft, or even violent crimes.
How Does the Juvenile Justice System Work?
Arizona’s juvenile justice system, designed to rehabilitate rather than merely punish, recognizes the unique circumstances of juvenile offenders. But this doesn’t mean that young people are given a free pass. On the contrary, a juvenile criminal record can significantly impact a young person’s life, affecting everything from school admissions to job prospects.Instead of a trial, there is an adjudication hearing. The focus isn’t on guilt or innocence but rather on determining the best course of action for the young person’s rehabilitation.
When Can a Juvenile be Tried as an Adult?
There are circumstances where a juvenile can be tried as an adult. This usually happens when the offenses committed are particularly serious, such as violent felonies, or if the juvenile has a history of criminal behavior. Arizona law, under A.R.S. §13-501, allows for the prosecution of juveniles as young as 14 as adults for specific serious offenses.
Gang-Related Juvenile Crime
One particularly concerning type of juvenile crime in Arizona is gang-related offenses. As per the Arizona Youth Survey, roughly 8% of Arizona 8th, 10th, and 12th graders reported gang involvement. Gang-related crimes can lead to enhanced penalties, long-term monitoring, and can drastically change the trajectory of a young person’s life.
Potential Charges and Their Consequences
Let’s take a look at potential charges a juvenile might face. Consider theft. Under Arizona law (ARS §13-1802), a minor could be charged with theft if they knowingly take control, title, use or management of another’s property. The severity of the charge can range from a Class 1 Misdemeanor to a Class 2 Felony, depending on the value of the property and circumstances of the theft.For instance, if a juvenile is convicted of a Class 2 Felony for stealing property valued at more than $25,000, they could face severe penalties. Despite the emphasis on rehabilitation in the juvenile justice system, this could include time in a juvenile detention center, hefty fines, probation, and more.
The Role of Legal Counsel in Juvenile Crime Cases
In light of these potential consequences, the role of experienced legal counsel in navigating juvenile justice cannot be overstated. A skilled attorney will not only provide a strong defense but will also focus on minimizing the negative impact of the offense on the young person’s future.A balanced approach to juvenile crime is crucial, one that addresses the needs of public safety while understanding that young people often have the capacity to change. Legal practitioners, educators, community leaders, and families all have roles to play in ensuring that young people can learn from their mistakes without being irrevocably marked by them.Stay tuned to our blog for more in-depth insights into the intersection of criminal law in Arizona. Tamou Law Firm is dedicated to providing our clients with informed, competent, and compassionate legal counsel, ready to navigate the complexities of the legal landscape together.
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
What age is considered a juvenile in Arizona?
In Arizona, anyone under 18 who commits an illegal act is treated as a juvenile, and their case is typically handled in juvenile court rather than adult criminal court. Under A.R.S. § 8-201, the juvenile court generally keeps jurisdiction over these cases until the young person turns 18.
Can a 14-year-old be tried as an adult in Arizona?
Yes, Arizona law allows prosecutors to charge juveniles as young as 14 as adults under A.R.S. § 13-501 when the alleged offense is a serious or violent felony. For certain crimes committed by 15-, 16-, or 17-year-olds, adult prosecution is actually mandatory, making early legal intervention critical.
Do juveniles get a jury trial in Arizona?
No, juveniles in Arizona do not receive a jury trial; instead, a judge hears the case at an adjudication hearing and decides whether the child is delinquent. The focus of this hearing is rehabilitation and the appropriate consequences, not simply guilt or innocence as in adult court.
Is skipping school a crime in Arizona?
Skipping school is not a crime in Arizona, but truancy is a status offense, meaning it is unlawful only because of the child’s age. Habitual truancy, running away, and incorrigibility can still bring a minor before the juvenile court and lead to court-ordered consequences.
Does a juvenile record automatically disappear at 18 in Arizona?
No, a juvenile record in Arizona does not automatically disappear at 18; you must apply to have the adjudication set aside or the records destroyed under A.R.S. §§ 8-348 and 8-349. Until then, the record can affect college admissions, jobs, and future court cases.
Are penalties harsher for gang-related juvenile offenses in Arizona?
Yes, gang involvement can significantly increase penalties, because Arizona law treats crimes committed to promote a criminal street gang as aggravated, and A.R.S. § 13-714 adds prison time for gang-related felonies. Gang allegations also make it far more likely a juvenile will be transferred to adult court.
Can a minor be charged with felony theft in Arizona?
Yes, a minor can be charged with felony theft in Arizona; under A.R.S. § 13-1802, theft ranges from a Class 1 misdemeanor to a Class 2 felony depending on the property’s value. High-value thefts can mean juvenile detention, probation, restitution, or even prosecution in adult court.
How can a lawyer help with a juvenile charge in Arizona?
A lawyer can fight to keep a juvenile’s case in juvenile court, negotiate diversion that avoids a delinquency record, and challenge the State’s evidence at the adjudication hearing. Tamou Law Group defends young people across Phoenix and Scottsdale and protects their futures. 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);
})();






