As Seen On

Recognized By
Fleeing from Law Enforcement in Arizona: Risks, Laws, and Consequences
In the picturesque landscapes of Arizona, where the beauty of the desert meets the skyline, a tense scenario unfolds when an individual makes the drastic decision to flee from law enforcement. The law is clear and stern about such actions, and at Tamou Law Group PLLC, we believe it’s crucial to be well-informed about the legal implications tied to fleeing from the police in the Grand Canyon State.In Arizona, fleeing from law enforcement, often referred to as “unlawful flight,” is categorized as a Class 5 felony under ARS 28-622.01. The statute elucidates that a person commits unlawful flight by willfully fleeing or attempting to elude a pursuing official law enforcement vehicle that is appropriately marked with lights and sirens in operation.
Legal Consequences
Choosing to flee from law enforcement brings along a procession of significant legal consequences. Being a Class 5 felony, it bears severe penalties, including substantial fines and a possible prison sentence. Besides, it stands to exacerbate any other charges that might be involved, leading to a compounded legal situation that is both stressful and challenging to navigate.
Factors Influencing Penalties
Several factors play into how penalties are determined in cases of fleeing from law enforcement in Arizona. The court considers the presence of any aggravating factors such as excessive speed, reckless driving, or causing harm to others during the act. The existence of such factors could heighten the severity of the punishment meted out, possibly escalating it to a more serious felony classification.
Understanding the Ramifications
When contemplating the ramifications of fleeing from law enforcement, it’s essential to understand the breadth of repercussions that extend beyond legal penalties. Such actions stand to impact one’s criminal record, future employment opportunities, and even personal relationships. It leaves an indelible mark, signifying a challenging path to recovery and normalcy.
Building a Defense Strategy
Defense strategies in cases of fleeing from law enforcement are intricate and require a profound understanding of Arizona’s legal landscape. They could range from questioning the legitimacy of the police pursuit to evaluating whether the pursuing vehicle was appropriately marked and the sirens were operational. Expert legal advice and representation become paramount in navigating the complexities and uncertainties associated with such cases.
Conclusion: Navigate with Expert Guidance
Fleeing from law enforcement is a grave decision that carries profound legal implications. Knowledge and understanding of the laws and penalties involved are foundational in navigating the turbulent waters of such a charge. At Tamou Law Group PLLC, our commitment is to guide you through this challenging journey with experiencedise, compassion, and a dedicated pursuit of justice.If you or a loved one finds themselves entangled in a case of fleeing from law enforcement in Arizona, remember, you are not alone. Expert legal guidance is within reach. Contact Tamou Law at 623-321-4699, where our adept legal team is ready to listen, advise, and tirelessly work towards navigating the pathways of the legal system on your behalf.
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 fleeing from police a felony in Arizona?
Yes, fleeing from a pursuing law enforcement vehicle is a Class 5 felony in Arizona under A.R.S. 28-622.01, known as unlawful flight. A conviction can bring prison time, heavy fines, and a permanent felony record, even when no one is hurt during the pursuit.
What counts as unlawful flight in Arizona?
Unlawful flight occurs when a driver willfully flees or attempts to elude an official law enforcement vehicle that is properly marked and using its lights and siren, under A.R.S. 28-622.01. The state must prove you knew police were pursuing you and deliberately tried to escape.
How much prison time can you get for unlawful flight in Arizona?
A first-offense unlawful flight conviction, a Class 5 felony, carries six months to 2.5 years in prison, with a presumptive term of 1.5 years, plus fines up to $150,000. First-time offenders are often probation-eligible, but prior felony convictions significantly increase the sentencing range.
Does fleeing from police in Arizona affect your driver’s license?
Yes, a conviction for unlawful flight requires the Arizona MVD to revoke your driver’s license, separate from any criminal penalties the court imposes. Revocation means losing driving privileges entirely, and you must apply for reinstatement and often carry SR-22 insurance before driving legally again.
What is the difference between unlawful flight and failure to comply in Arizona?
Unlawful flight under A.R.S. 28-622.01 is a Class 5 felony for willfully fleeing a marked police vehicle, while failure to comply with a police officer under A.R.S. 28-622 is only a Class 2 misdemeanor. The felony requires proof you deliberately tried to elude a pursuing officer.
Can an unlawful flight charge be dismissed or reduced in Arizona?
Yes, unlawful flight charges can be dismissed or reduced when the state cannot prove the pursuing vehicle was properly marked, its lights and siren were activated, or that you willfully fled. A skilled defense lawyer can often negotiate a plea to a misdemeanor or win outright dismissal.
How long does an unlawful flight conviction stay on your record in Arizona?
An unlawful flight conviction stays on your Arizona criminal record permanently, since Arizona does not allow traditional expungement of felonies. However, you may petition to have the conviction set aside under A.R.S. 13-905, and some felonies qualify for record sealing under A.R.S. 13-911.
What should I do if I’m charged with fleeing from police in Arizona?
Contact a criminal defense attorney immediately and do not give statements to police, because unlawful flight is a felony where intent and pursuit details decide the outcome. Tamou Law Group defends unlawful flight 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);
})();






