As Seen On
Recognized By
Overview of Misdemeanor ClassesIn Arizona, misdemeanors are divided into three classes, Class 1 being the most severe and Class 3 the least. Each class has a maximum penalty defined by Arizona law, but the actual sentence can vary depending on several factors, including the specific circumstances of the offense and the offender’s prior criminal history.
Class 1 Misdemeanors: The Most Serious CategoryClass 1 misdemeanors are the most serious misdemeanors under Arizona law. They include offenses such as DUI, assault, and shoplifting of items worth $1,000 or less but more than $500 (Arizona Revised Statutes § 13-1805). If convicted of a Class 1 misdemeanor, an individual could face a maximum jail sentence of six months and a fine of up to $2,500.
Class 2 Misdemeanors: Mid-Level OffensesClass 2 misdemeanors are less severe than Class 1 misdemeanors but still carry significant penalties. They include offenses such as trespassing on a residential property (Arizona Revised Statutes § 13-1502) and reckless driving (Arizona Revised Statutes § 28-693). The maximum jail sentence for a Class 2 misdemeanor is four months, and the maximum fine is $750.
Class 3 Misdemeanors: The Least Severe CategoryClass 3 misdemeanors are the least severe category of misdemeanor. They include offenses like criminal speeding (Arizona Revised Statutes § 28-701.02). A conviction for a Class 3 misdemeanor could result in a maximum jail sentence of 30 days and a fine of up to $500.
Understanding the ImplicationsWhile misdemeanors are generally less serious than felonies, a misdemeanor conviction can still have significant implications. Beyond the immediate legal penalties, a misdemeanor on your criminal record could impact future employment opportunities, housing applications, and more. Therefore, even when facing misdemeanor charges, it’s important to have sound legal advice and representation.
ConclusionArizona’s classification of misdemeanors provides a clear framework for understanding the possible consequences of these offenses. Remember, if you or someone you know is facing misdemeanor charges, it’s crucial to consult with an experienced attorney to understand your legal options and potential defenses.
Awards & Recognition
Our recognition for Phoenix DUI 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 DUI 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 a Class 1 misdemeanor in Arizona?
A Class 1 misdemeanor is Arizona’s most serious misdemeanor, punishable by up to six months in jail and a $2,500 fine under A.R.S. 13-707 and 13-802. Common examples include DUI, assault, disorderly conduct, and shoplifting, and a conviction can also bring up to three years of probation.
Is a first-time DUI a felony or a misdemeanor in Arizona?
A first-time DUI in Arizona is a Class 1 misdemeanor, the most serious misdemeanor level, carrying mandatory jail time, fines, and an ignition interlock device. A DUI becomes an aggravated felony with a third offense within seven years, a suspended license, or a child under 15 in the vehicle.
How long can you go to jail for a misdemeanor in Arizona?
You can go to jail for up to six months for a Class 1 misdemeanor in Arizona, four months for a Class 2, and 30 days for a Class 3 under A.R.S. 13-707. Judges often impose probation or fines instead, especially for first-time offenders with strong legal representation.
Can a misdemeanor charge be dismissed in Arizona?
Yes, Arizona misdemeanor charges can be dismissed when the evidence is weak, your rights were violated, or you complete a diversion program offered by the prosecutor. A defense attorney can also negotiate a reduction to a lower class or a civil infraction, keeping a criminal conviction off your record.
Does a misdemeanor stay on your record in Arizona?
Yes, a misdemeanor conviction stays on your Arizona criminal record permanently unless a court seals it under A.R.S. 13-911 or sets it aside under A.R.S. 13-905. Sealing is generally available two to three years after you complete your sentence, depending on the misdemeanor class.
How much is the fine for a misdemeanor in Arizona?
Arizona misdemeanor fines are capped at $2,500 for a Class 1, $750 for a Class 2, and $500 for a Class 3 under A.R.S. 13-802, plus surcharges. Court surcharges of roughly 83 percent are added on top of the base fine, so the true cost is often much higher.
Is criminal speeding a misdemeanor in Arizona?
Yes, criminal speeding is a Class 3 misdemeanor in Arizona under A.R.S. 28-701.02, punishable by up to 30 days in jail and a $500 fine. Exceeding 85 mph, or the posted limit by 20 mph in a business or residential district, is criminal rather than a civil ticket.
Do I need a lawyer for a misdemeanor charge in Arizona?
Yes, hiring a lawyer for an Arizona misdemeanor is strongly recommended because a conviction creates a permanent criminal record affecting jobs, housing, and professional licenses. An experienced defense attorney can often win a dismissal, diversion, or reduction that protects your future. 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);
})();






