As Seen On

Recognized By
Understanding the Legal Consequences of Reckless Driving in Arizona Written for Tamou Law Group PLLC
Reckless driving is more than just a minor traffic violation; it’s a dangerous act that puts the lives of everyone on the road at risk. Arizona, like many states, takes reckless driving seriously and imposes significant penalties on those found guilty. For anyone living in or visiting the Grand Canyon State, it’s essential to understand the legal consequences of such behavior.
What is Reckless Driving in Arizona?
Arizona defines reckless driving under Arizona Revised Statutes (A.R.S.) §28-693. The statute states that a person who drives a vehicle in reckless disregard for the safety of persons or property is guilty of reckless driving. This is a broad definition that can include various behaviors, such as:
- Excessive speeding
- Aggressively tailgating
- Running red lights or stop signs
- Passing in no-passing zones
- Driving under the influence
Legal Consequences of Reckless Driving
1. Criminal Penalties: Reckless driving is considered a class 2 misdemeanor in Arizona for first-time offenders. If convicted, one can face:
- Up to 4 months in jail
- A fine of up to $750, plus additional surcharges
- Mandatory attendance at a Traffic Survival School
If one is convicted of a second reckless driving offense within 24 months, the charge is elevated to a class 1 misdemeanor. This carries stiffer penalties:
- Up to 6 months in jail
- A fine of up to $2,500, plus surcharges
2. License Suspension: Upon a first-time conviction, the court may also suspend your driving privilege for up to 90 days. For subsequent convictions within 24 months, license revocation for up to 1 year is possible.3. Points on Your License: A reckless driving conviction will add 8 points to your Arizona driver’s license. Accruing too many points in a short period can lead to further suspensions.4. Insurance Premiums: Beyond the legal consequences, your auto insurance premiums are likely to increase after a reckless driving conviction. Some insurers might even refuse to renew your policy.5. Civil Liability: If your reckless driving causes an accident, you can be sued in civil court for damages. This can result in significant financial penalties, especially if serious injuries or fatalities are involved.
The Importance of Legal Representation
Given the severe consequences, if you’re charged with reckless driving, it’s crucial to seek experienced legal representation. A skilled attorney can:
- Review the evidence and challenge its validity
- Advocate on your behalf for reduced penalties or alternative sentencing
- Represent you in any civil proceedings that might arise from the incident
While every case is unique, a knowledgeable lawyer can guide you through the process, ensuring your rights are protected and seeking the best possible outcome.
Conclusion
Reckless driving in Arizona carries with it serious legal ramifications that extend beyond mere fines. It can affect your freedom, your right to drive, your financial well-being, and even your reputation. Recognizing the gravity of these consequences is a step towards safer road habits.If you or a loved one is facing reckless driving charges in Arizona, you don’t have to navigate the legal maze alone. Seek the experiencedise and guidance of seasoned professionals who understand Arizona traffic laws and are committed to serving your best interests.Contact Tamou Law Group PLLC today at 623-321-4699. Let our team provide the counsel and representation you deserve during this challenging time.
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
Is reckless driving a felony or a misdemeanor in Arizona?
Reckless driving is a class 2 misdemeanor in Arizona under A.R.S. 28-693, rising to a class 1 misdemeanor for a second offense within 24 months. Although it is not a felony, a conviction still creates a criminal record with possible jail time, fines, and license consequences.
What counts as reckless driving under Arizona law?
Arizona law defines reckless driving under A.R.S. 28-693 as driving a vehicle with reckless disregard for the safety of persons or property. Common examples include excessive speeding, aggressive tailgating, running red lights or stop signs, passing in no-passing zones, and impaired driving.
How long can you go to jail for reckless driving in Arizona?
A first reckless driving conviction in Arizona carries up to four months in jail, while a second conviction within 24 months carries up to six months. Arizona law also requires a second-time offender to serve at least 20 days in jail before probation or a suspended sentence is available.
How much is the fine for reckless driving in Arizona?
The fine for reckless driving in Arizona is up to $750 plus surcharges for a first offense, and up to $2,500 plus surcharges for a second offense within 24 months. Courts can also order Traffic Survival School, and insurance increases often cost far more than the fine itself.
How many points does reckless driving add to your Arizona license?
A reckless driving conviction adds eight points to your Arizona driver’s license, and accumulating eight or more points within 12 months can trigger a suspension or mandatory Traffic Survival School. That means a single reckless driving conviction alone is enough to put your driving privilege at risk.
Does reckless driving affect your car insurance in Arizona?
Yes, a reckless driving conviction in Arizona typically raises your auto insurance premiums significantly because insurers treat it as a major moving violation. Some carriers may refuse to renew your policy altogether, and the conviction can continue to affect your rates for several years afterward.
Can you lose your license for reckless driving in Arizona?
Yes, an Arizona court may suspend your driving privilege for up to 90 days after a first reckless driving conviction under A.R.S. 28-693. A second conviction within 24 months can lead to revocation of your driver’s license for up to one full year.
Can a reckless driving charge be reduced or dismissed in Arizona?
Yes, an experienced defense attorney can often get a reckless driving charge reduced or dismissed by challenging the traffic stop, the officer’s observations, and the evidence of recklessness. Tamou Law Group defends reckless driving charges 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);
})();






