As Seen On
Recognized By
The Legal Implications of Carjacking in Arizona
Â
Introduction
Carjacking is a serious crime with significant legal consequences in Arizona. Understanding the legal framework surrounding this offense is crucial for anyone affected by it, whether directly or indirectly. This blog post, brought to you by Tamou Law Group PLLC, aims to shed light on the statutes and legal implications of carjacking in Arizona, providing an informative guide for readers.
What is Carjacking?
Carjacking is defined as the act of stealing a car by force or intimidation. In Arizona, this crime is taken very seriously due to its violent nature and the potential harm it poses to victims.
Legal Statutes Governing Carjacking in Arizona
Under Arizona law, carjacking is not listed as a separate offense; instead, it falls under the statutes related to theft and robbery. The relevant laws include:
- Arizona Revised Statutes §13-1802 (Theft): This statute covers the unlawful taking of property, including motor vehicles, with the intent to deprive the owner of it.
- Arizona Revised Statutes §13-1902 (Robbery): Robbery involves taking property from another person against their will by using force or intimidation.
- Arizona Revised Statutes §13-1904 (Armed Robbery): This is a more severe form of robbery where the perpetrator is armed with a weapon.
Penalties and Sentencing
The penalties for carjacking in Arizona depend on several factors, including the circumstances of the crime and the criminal history of the offender. Generally, carjacking can lead to significant prison time, fines, and a permanent criminal record.
- Theft of a means of transportation (A.R.S. §13-1814) is often charged in carjacking cases, which is a Class 3 felony and can result in up to 8.75 years in prison for a first-time offender.
- Aggravated factors, such as the use of a weapon, can increase these penalties significantly.
The Impact on Victims
Carjacking is not just a property crime; it’s a violent crime that can leave lasting psychological effects on victims. Victims may experience trauma, fear, and a sense of vulnerability long after the incident.
Legal Defense Strategies
If you’re accused of carjacking in Arizona, it’s vital to seek legal representation immediately. Defense strategies may include challenging the evidence, negotiating plea deals, or proving a lack of intent.
How Tamou Law Group PLLC Can Help
At Tamou Law Group PLLC, we understand the complexities of carjacking cases in Arizona. Our experienced legal team is equipped to provide a robust defense, ensuring your rights are protected throughout the legal process.
Conclusion
Carjacking is a grave offense in Arizona with severe legal implications. It’s essential to understand the laws and penalties associated with this crime. If you or someone you know is facing charges related to carjacking, it’s crucial to get experienced legal help.For more information or to discuss a specific case, contact Tamou Law Group PLLC at 623-321-4699. Our knowledgeable team is here to assist you with any legal needs related to carjacking or other criminal offenses in Arizona.
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 carjacking a separate crime in Arizona?
No, Arizona has no standalone carjacking statute; the offense is prosecuted under robbery (A.R.S. 13-1902), armed robbery (A.R.S. 13-1904), and theft of means of transportation (A.R.S. 13-1814). Prosecutors often stack these charges together, so a single carjacking incident can produce multiple felony counts.
What class felony is carjacking in Arizona?
Carjacking is usually charged as armed robbery, a Class 2 felony under A.R.S. 13-1904, or theft of means of transportation, a Class 3 felony under A.R.S. 13-1814. Unarmed robbery under A.R.S. 13-1902 is a Class 4 felony, so the exact class depends on force and weapons used.
How long can you go to prison for carjacking in Arizona?
A first-time carjacking conviction in Arizona can bring up to 8.75 years in prison for theft of means of transportation and up to 21 years for armed robbery charged as a dangerous offense. Prior felonies, injury to the victim, or gun use can push sentences significantly higher.
Does using a weapon during a carjacking increase penalties in Arizona?
Yes, using or threatening with a weapon elevates a carjacking to armed robbery under A.R.S. 13-1904, a Class 2 dangerous felony carrying mandatory prison of 7 to 21 years with no probation. Even simulating a weapon during the taking can trigger the armed robbery statute.
What is theft of means of transportation in Arizona?
Theft of means of transportation, A.R.S. 13-1814, makes it a Class 3 felony to knowingly take or control another person’s vehicle with intent to permanently deprive the owner of it. It is the charge most often filed in Arizona carjacking cases, alongside robbery counts when force was used.
Can carjacking charges be reduced or dismissed in Arizona?
Yes, carjacking charges can be reduced or dismissed when the state cannot prove force, intent to permanently deprive, or identity beyond a reasonable doubt. Defenses include challenging witness identifications, suppressing illegally obtained evidence, and negotiating armed robbery counts down to simple theft or unlawful use of a vehicle.
What is the difference between carjacking and car theft in Arizona?
The difference is force: carjacking means taking a vehicle directly from a person by force or threat, charged as robbery, while car theft is taking an unattended vehicle under A.R.S. 13-1814. Because robbery is a crime against a person, carjacking carries far harsher sentences than ordinary auto theft.
Do I need a lawyer if I am accused of carjacking in Arizona?
Yes, you need a defense lawyer immediately, because Arizona carjacking cases combine robbery and theft felonies that can carry mandatory prison time. Tamou Law Group defends carjacking and vehicle theft charges throughout Phoenix and Scottsdale and can intervene before charges are formally filed. 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);
})();






