What Are the Penalties for Drug Trafficking in AZ?
Facing drug trafficking charges in Arizona for selling, transporting, or manufacturing? Under A.R.S. § 13-3407, trafficking is typically a Class 2 felony carrying 4 to 10 years in prison and fines up to $150,000, and amounts at or above the statutory threshold make prison mandatory. Speak with a defense attorney now.
As Seen On

Recognized By
The Legal Ramifications of Drug Trafficking in Arizona: A Comprehensive Analysis
Drug trafficking is a grave concern that affects communities not only across the United States but globally as well. In the state of Arizona, it poses unique challenges due to its proximity to international borders. The legal landscape surrounding drug trafficking in Arizona is multifaceted, and understanding the ramifications can be complex. The Tamou Law Group PLLC is here to demystify these laws and provide an in-depth look at how they function within Arizona’s legal system.
Understanding Drug Trafficking
In Arizona, drug trafficking involves the illegal manufacturing, transportation, and sale of controlled substances. These offenses are treated with the utmost seriousness, often resulting in severe penalties, including lengthy prison sentences and significant fines.
Arizona’s Drug Statutes
The legal framework for drug trafficking in Arizona can be found in the Arizona Revised Statutes (ARS), specifically:
- ARS § 13-3405: This statute pertains to the possession, use, production, sale, or transportation of marijuana. Violations can lead to felony charges, depending on the amount involved.
- ARS § 13-3407: This law regulates dangerous drugs such as LSD, methamphetamine, and other synthetic drugs. Trafficking, manufacturing, or distributing these substances can result in severe felony charges.
- ARS § 13-3408: This section targets the trafficking of narcotic drugs like heroin, cocaine, and opium. Convictions under this statute lead to stringent penalties.
Penalties and Sentencing
The severity of punishment in Arizona for drug trafficking is influenced by factors like the type and quantity of the drugs involved, the defendant’s criminal history, and whether the offense occurred near a school or involved minors. Some general ramifications include:
- Class 2 Felony: For the manufacturing, distribution, or possession of large quantities of dangerous or narcotic drugs, penalties can range from 4 to 10 years of imprisonment.
- Class 3 Felony: Possession or sale of smaller amounts may result in 2 to 8.75 years of imprisonment.
- Fines: Convictions often carry fines, sometimes reaching up to $150,000, plus additional financial assessments.
Civil Asset Forfeiture
Arizona’s civil asset forfeiture laws also come into play in drug trafficking cases. Law enforcement may seize assets they believe to be connected to the trafficking activities. While controversial, these laws aim to cripple the financial structures supporting the drug trade.
Defending Against Drug Trafficking Charges
Facing drug trafficking charges in Arizona is a serious matter that requires an experienced legal team. Strategies may include challenging the legality of searches, arrests, or seizures, or negotiating plea agreements to reduce penalties.
Conclusion: Tamou Law Group PLLC Can Help
Drug trafficking laws in Arizona are complex, and the stakes are high. Whether you are facing charges or seeking to understand the legal landscape better, experienced legal guidance is essential.Tamou Law Group PLLC is committed to providing insightful legal advice and robust defense strategies tailored to your unique situation. If you need assistance, don’t hesitate to contact Tamou Law at 623-321-4699. With our vast experience in drug trafficking cases, we’ll ensure that your rights are protected and that you receive the best possible legal representation.
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 drug trafficking a felony in Arizona?
Yes, drug trafficking is always a felony in Arizona, typically a Class 2 felony carrying 4 to 10 years in prison for a first offense under A.R.S. 13-3407 and 13-3408. Selling, transporting, or manufacturing dangerous drugs or narcotics is never charged as a misdemeanor.
How much prison time do you get for drug trafficking in Arizona?
A first-time drug trafficking conviction in Arizona typically carries 4 to 10 years in prison as a Class 2 felony, with fines up to $150,000. Sentences increase with prior felonies, sales near schools, or quantities above the statutory threshold, which make prison mandatory.
What is the threshold amount for drugs in Arizona?
Arizona’s threshold amounts under A.R.S. 13-3401 are 9 grams of methamphetamine or cocaine, 1 gram of heroin, 2 pounds of marijuana, and 50 doses of LSD. At or above the threshold, probation is eliminated and prison becomes mandatory upon conviction, even for a first offense.
Can police seize your house or car in an Arizona drug trafficking case?
Yes, Arizona’s civil asset forfeiture laws let police seize vehicles, cash, and even homes they claim are connected to drug trafficking, sometimes before any conviction. Since 2021, Arizona generally requires a criminal conviction before forfeiture is final, and owners can contest the seizure in court.
Can a first-time offender go to prison for drug trafficking in Arizona?
Yes, first-time offenders convicted of trafficking amounts at or above Arizona’s statutory threshold face mandatory prison and are ineligible for probation under A.R.S. 13-3407 and 13-3408. Proposition 200’s probation protections apply only to personal possession, not to sale, transport, or manufacturing charges.
How do you beat a drug trafficking charge in Arizona?
Drug trafficking charges in Arizona are most often beaten by suppressing evidence from an illegal stop, search, or wiretap, or by disproving knowledge and intent to sell. When key evidence is suppressed, prosecutors frequently reduce the charge to simple possession or dismiss the case entirely.
Does selling drugs near a school increase penalties in Arizona?
Yes, under A.R.S. 13-3411 selling or transporting drugs within a drug-free school zone adds one year to the prison sentence and makes probation unavailable. The zone covers school grounds plus 300 feet beyond them, along with school buses and bus stops.
What should I do first after a drug trafficking arrest in Arizona?
Invoke your right to remain silent, do not consent to any search, and contact a criminal defense lawyer before speaking with police or prosecutors. Early intervention lets your attorney challenge the stop, preserve evidence, and negotiate before charges harden. Tamou Law Group offers free consultations. 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);
})();






