As Seen On

Recognized By
The Law on Resisting Arrest in Arizona
In the realm of legal complexities, understanding the intricacies of laws regarding resisting arrest becomes crucial. Arizona, like many states, has stringent laws that address resistance against law enforcement officers during an arrest. Tamou Law Group PLLC presents a comprehensive exploration of the laws governing resistance to arrest in Arizona, to ensure that individuals are well-informed of their rights and the consequences associated with violating these regulations.
Defining Resisting Arrest
Under Arizona law, resisting arrest is broadly categorized and may involve physical resistance or any other act that obstructs governmental operations. More specifically, as per A.R.S § 13-2508, a person commits resisting arrest by intentionally preventing or attempting to prevent a person reasonably known to him to be a peace officer, acting under color of such peace officer’s official authority, from effecting an arrest.
Types of Resistance
Resisting arrest in Arizona can manifest in various forms, primarily classified into the following:1. Passive Resistance:
- This involves non-violent actions such as refusing to move, limpness, or non-cooperation without any physical interference.
2. Active Resistance:
- Includes actions that physically challenge or obstruct the law enforcement officer’s ability to make an arrest.
3. Verbal Resistance:
- Verbally challenging or disputing the law enforcement officer’s actions, though not necessarily accompanied by physical acts.
Penalties and Consequences
In Arizona, resisting arrest is typically charged as a misdemeanor or a felony, contingent on the specific circumstances surrounding the resistance.
- Misdemeanor: The accused might face charges of a misdemeanor if the resistance is passive. The penalties may involve fines and a jail sentence.
- Felony: Felony charges are likely if the resistance involves physical force or violence against the officer. A felony conviction can lead to severe repercussions, including substantial fines, probation, or a prison sentence.
Defenses against Resisting Arrest Charges
Resisting arrest charges can be contested with various defenses, such as:
- Unlawful Arrest: If the arrest is proven to be unlawful or without proper justification, it might serve as a robust defense against the charges.
- Self-defense: In cases where excessive force is used by the law enforcement officer, the defendant might claim self-defense.
- Mistaken Identity: Proving that the law enforcement officer had the wrong person could also be a viable defense.
Conclusion: Navigate the Legal Maze with Expert Guidance
Navigating through the legal intricacies of resisting arrest charges in Arizona requires a nuanced understanding of the law and a strategic approach. The Tamou Law Group PLLC is experienced in providing adept legal counsel and representation, ensuring that your rights are vehemently protected.If you find yourself entangled in a resisting arrest case or seek to understand more about the laws and consequences, reach out to Tamou Law at 623-321-4699. With a wealth of experiencedise and a steadfast commitment to safeguarding your interests, Tamou Law Group PLLC stands as a beacon of legal excellence and guidance.
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 resisting arrest a felony in Arizona?
Yes, resisting arrest is usually a class 6 felony in Arizona under A.R.S. § 13-2508, punishable by up to two years in prison. Only passive resistance, such as going limp or refusing to move without using force, is charged as a class 1 misdemeanor.
What does a prosecutor have to prove for resisting arrest in Arizona?
The State must prove you intentionally prevented, or tried to prevent, someone you reasonably knew was a peace officer from making an arrest by using physical force or creating a substantial risk of injury. Under A.R.S. § 13-2508, merely arguing with an officer is not enough to convict.
Can you resist an unlawful arrest in Arizona?
No, Arizona law does not allow you to physically resist an arrest even if the arrest itself is unlawful. Under A.R.S. § 13-404(B)(2), force is justified only if the officer uses excessive force, so the legality of the arrest is challenged later in court, not on the street.
How long can you go to jail for resisting arrest in Arizona?
A first-offense class 6 felony resisting arrest conviction carries four months to two years in prison, while misdemeanor passive resistance carries up to six months in jail and a $2,500 fine. First-time offenders are often eligible for probation instead of incarceration.
Does a resisting arrest conviction stay on your record in Arizona?
Yes, a resisting arrest conviction stays on your Arizona criminal record permanently and appears on background checks for jobs, housing, and professional licenses. You may later petition to have the conviction set aside or sealed under A.R.S. § 13-911, but avoiding the conviction is far better.
How do you beat a resisting arrest charge in Arizona?
You can beat a resisting arrest charge in Arizona by showing you did not know the person was a peace officer, used only passive noncompliance, acted in self-defense against excessive force, or were misidentified. Because intent is an element, the State must prove you deliberately resisted.
Can a resisting arrest charge be reduced or dismissed in Arizona?
Yes, resisting arrest charges are often reduced to misdemeanors or dismissed when evidence of intentional physical resistance is weak, body-camera footage contradicts the officer’s account, or your rights were violated during the stop. Prosecutors may also offer plea agreements that avoid a felony conviction entirely.
How much does a lawyer cost for a resisting arrest charge in Arizona?
Most Arizona defense lawyers charge flat fees ranging from roughly $2,500 for a misdemeanor to $10,000 or more for a felony resisting arrest case, depending on complexity and whether it goes to trial. Tamou Law Group offers free consultations to review your charges. 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);
})();






