As Seen On

Recognized By
Driving on a Suspended License in Arizona
Navigating the roads of Arizona is a privilege that comes with responsibilities. One of the crucial obligations as a driver is ensuring that your driving license is valid and up-to-date. However, certain circumstances might lead to the suspension of your driving privileges, and driving on a suspended license can lead to severe legal consequences. At Tamou Law Group PLLC, we aim to guide you comprehensively through the legal maze of driving on a suspended license in Arizona, ensuring that you are well-informed and prepared to manage such situations effectively.
Understanding License Suspension
License suspension in Arizona can occur due to various reasons such as accruing too many driving points, DUI convictions, failure to appear in court, or even failure to pay fines. Understanding the specific reason for your license suspension is pivotal as it plays a crucial role in determining the legal approach and potential penalties.
Arizona Laws and Statutes
In Arizona, driving on a suspended license is a serious offense governed by ARS 28-3473. The law stipulates that any person who drives a motor vehicle on a public road when their driving privilege is canceled, suspended, revoked, or refused, or while a disqualification is in effect, commits a class 1 misdemeanor.
Penalties and Consequences
Driving on a suspended license in Arizona is a Class 1 Misdemeanor, carrying significant penalties, which may include:
- Fines: Substantial fines often accompany a conviction, adding financial stress to the legal challenges.
- Jail Time: Penalties can range from up to six months of jail time, depending on the severity and circumstances of the offense.
- Probation: You might be subjected to probation, requiring regular check-ins and adherence to specific rules and conditions.
- Vehicle Impoundment: The authority may also impound your vehicle, adding an additional layer of complication and cost.
Defensive Strategies
Having experienced legal counsel is vital in navigating the legal complexities of such charges. Several defensive strategies could be employed to mitigate the consequences, such as:
- Challenging the Traffic Stop: Questioning the validity of the initial traffic stop that led to the discovery of the suspended license.
- Examining the Suspension Notification: Ensuring that proper notification procedures were followed regarding the suspension of your license.
- Analyzing the Paperwork: Scrutinizing the accuracy and completion of the involved legal and administrative paperwork.
Getting Legal Assistance
Facing charges for driving on a suspended license can be a daunting and stressful experience. It’s essential to seek professional legal assistance to navigate the complexities of Arizona’s legal system effectively. The skilled attorneys at Tamou Law Group PLLC specialize in handling such cases with precision and dedication, ensuring that your rights are protected and that you receive the best possible legal representation.
Conclusion
Being caught driving on a suspended license in Arizona is a serious offense that can lead to severe legal penalties. Knowledge, preparedness, and professional legal assistance are your best allies in managing such challenging situations.For dedicated legal assistance that stands with you every step of the way, contact Tamou Law at 623-321-4699. Our team is committed to providing meticulous legal guidance and robust representation, ensuring that your journey through the legal process is as smooth and successful as possible.
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
Is driving on a suspended license a felony or misdemeanor in Arizona?
Driving on a suspended license is a class 1 misdemeanor in Arizona under A.R.S. 28-3473, the most serious misdemeanor level, punishable by up to six months in jail and fines. It can become a felony only when combined with other offenses, such as an aggravated DUI committed while suspended.
What is the penalty for driving on a suspended license in Arizona?
The penalty for driving on a suspended license in Arizona includes up to six months in jail, fines up to $2,500 plus surcharges, probation, and possible vehicle impoundment. Judges also consider your driving record, and the MVD may extend your suspension period after a conviction under A.R.S. 28-3473.
How long can your car be impounded for driving on a suspended license in Arizona?
Arizona law allows police to impound your vehicle for 30 days when you are caught driving on a suspended license, under A.R.S. 28-3511. You remain responsible for towing and storage fees, though a spouse or registered owner can sometimes retrieve the vehicle early at a post-storage hearing.
Does driving on a suspended license make a DUI a felony in Arizona?
Yes, a DUI committed while your license is suspended, revoked, or canceled is charged as aggravated DUI, a class 4 felony under A.R.S. 28-1383. Aggravated DUI carries mandatory prison time of at least four months, making the underlying suspension a critical issue in any Arizona DUI case.
How do I know if my license is suspended in Arizona?
You can check your license status online through the AZMVDNow.gov portal or by contacting the Arizona MVD directly. Checking matters because the MVD mails suspension notices to your address on file, and many drivers are charged without ever realizing their license was suspended, which can support a defense.
Can a driving on a suspended license charge be dismissed in Arizona?
Yes, these charges can often be dismissed or reduced when the State cannot prove you knew your license was suspended, the traffic stop was unlawful, or the MVD failed to follow proper notice procedures. Prosecutors may also reduce the charge if you reinstate your license before your court date.
How much does it cost to reinstate a suspended license in Arizona?
Reinstating a suspended Arizona license typically costs $25 to $50 in MVD fees, plus payment of any underlying fines, an SR-22 insurance filing if required, and completion of court-ordered programs. The exact requirements depend on why your license was suspended, so confirm your specific steps with the MVD.
Do I need a lawyer for a driving on a suspended license charge in Arizona?
Yes, because driving on a suspended license is a class 1 misdemeanor carrying possible jail time, a criminal record, and extended suspension, a defense lawyer can often get the charge reduced or dismissed. Tamou Law Group defends these cases throughout 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);
})();






