As Seen On
Recognized By
10 Misconceptions About Arizona’s Criminal Justice System
Navigating the complexities of Arizona’s Criminal Justice System can be daunting. Myths and misconceptions often cloud the understanding of how the system works, leading to confusion and misinformation. Tamou Law Group PLLC is dedicated to shedding light on these misconceptions and providing clear, accurate information to help guide those who may find themselves entangled in the legal system. Here, we debunk 10 common myths about Arizona’s criminal justice system.1
“If the police didn’t read my rights, my case will be dismissed.”
Many believe that if they were not read their Miranda rights during an arrest, their case would automatically be dismissed. However, Miranda rights only need to be read before a custodial interrogation. If the police do not plan to question you, they may not need to read these rights. Failure to do so affects the admissibility of statements made during interrogation, not the validity of the arrest itself.2
“A misdemeanor is not a serious issue.”
While misdemeanors are less severe than felonies, they are not to be taken lightly. Convictions can lead to jail time, fines, and a permanent criminal record, affecting employment, housing, and more. Under Arizona law, even misdemeanors can carry significant consequences.3
“I can’t be charged with a DUI if my BAC is under 0.08%.”
Arizona law (ARS 28-1381) is strict about driving under the influence. You can be charged with a DUI if you are found to be impaired “to the slightest degree,” even if your Blood Alcohol Content (BAC) is below the 0.08% limit. This misconception often leads individuals to underestimate the seriousness of driving after consuming any amount of alcohol or drugs.4
“Drug possession charges are always minor offenses.”
The classification of drug possession charges in Arizona varies greatly depending on the type of drug, quantity, and other factors. Under ARS 13-3405, possession of marijuana for personal use has been decriminalized for individuals 21 and older, but possession of other controlled substances can lead to significant legal penalties, including felonies.5
“I can’t be convicted of a crime if the victim doesn’t press charges.”
The decision to press charges lies with the state or prosecution, not the victim. Even if a victim wishes to withdraw their complaint, the state can still pursue charges if there’s sufficient evidence to support a conviction.6
“Juvenile records are automatically sealed.”
While juvenile records are more protected than adult records, they are not automatically sealed. In Arizona, one must petition the court to have these records sealed, and even then, certain offenses may remain accessible for specific purposes.7
“All theft is treated the same under the law.”
Arizona distinguishes between different types of theft, including shoplifting, burglary, and robbery, each carrying different penalties. Factors such as the value of the stolen property and the use of force can significantly affect the severity of charges and penalties under ARS 13-1802.8
“I have to consent to a search if the police ask.”
You have the right to refuse consent to a search unless the police have a warrant, probable cause, or other legal grounds to conduct the search. Knowing your rights can protect you from unlawful searches and seizures.9
“Public defenders are not as capable as private attorneys.”
Public defenders are licensed attorneys with experience in criminal law. However, due to high caseloads, they may not be able to provide the same level of personalized attention as a private attorney. Choosing a dedicated legal advocate like Tamou Law Group PLLC ensures focused and experienced representation.10
“First-time offenders always get leniency.”
While first-time offenders may be eligible for more lenient sentences or diversion programs, this is not guaranteed. The nature of the offense, circumstances, and the court’s discretion play significant roles in determining the outcome.
Navigating the Legal Landscape
Understanding the intricacies of Arizona’s Criminal Justice System is crucial for anyone facing legal challenges. Misconceptions can lead to costly mistakes and missed opportunities for a favorable outcome. Tamou Law Group PLLC is committed to providing informed and compassionate legal representation to navigate these complexities.For personalized legal guidance and to dispel any myths surrounding your case, contact Tamou Law at 623-321-4699. Our dedicated team is here to ensure your rights are protected and your voice is heard within Arizona’s legal system.
Awards & Recognition
Our recognition for Phoenix DUI 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 DUI 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.
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);
})();






