As Seen On

Recognized By
6 Common Mistakes to Avoid in Arizona Criminal Cases
Navigating the complexities of the criminal justice system can be daunting, particularly in Arizona where specific laws and procedural nuances can significantly impact the outcome of a case. At Tamou Law Group PLLC, we understand the challenges our clients face and are dedicated to guiding them through the legal process with experienced advice and representation. In this blog, we outline six common mistakes that individuals often make in Arizona criminal cases and how to avoid them.1
Not Taking Charges Seriously
One of the biggest mistakes individuals make is underestimating the severity of their charges. Regardless of whether the charge is a misdemeanor or felony, the consequences can be significant and long-lasting. Under Arizona law, even seemingly minor offenses can lead to harsh penalties, including fines, imprisonment, and a criminal record that can affect future employment and housing opportunities.Avoid this mistake by: Consulting with a qualified attorney who understands the implications of your charges and can provide a robust defense strategy.2
Talking to Law Enforcement Without an Attorney
When arrested or questioned by police, there is a natural urge to explain your side of the story. However, anything you say can and will be used against you in court (Arizona Revised Statutes, Section 13-3988). It is crucial to exercise your right to remain silent and request an attorney immediately.Avoid this mistake by: Politely declining to speak to the police until you have legal representation. This will protect you from potentially self-incriminating statements.3
Choosing the Wrong Attorney
Selecting an attorney who is not experienced in Arizona criminal law can severely disadvantage your case. The intricacies of state statutes, such as those governing DUIs (A.R.S. 28-1381) or assault (A.R.S. 13-1203), require specific knowledge to navigate effectively.Avoid this mistake by: Opting for an attorney with specific experience in handling criminal cases within Arizona, such as those at Tamou Law Group PLLC, who are well-versed in state laws and court procedures.4
Missing Court Dates
Failing to appear in court can result in additional charges and a warrant for your arrest (A.R.S. 13-2506). This can complicate your case and negatively impact the judge’s perception of your commitment to resolving the matter.Avoid this mistake by: Always attending scheduled court appearances or, if an emergency arises, communicating promptly with your attorney to seek a postponement.5
Violating Bail Conditions
Once bail is set and you are released, adhering to the conditions of your bail is paramount. Violations can lead to being taken into custody again, and may harm your credibility in court.Avoid this mistake by: Thoroughly understanding and strictly following all bail conditions. If unclear, seek clarification from your attorney to ensure compliance.6
Posting About Your Case on Social Media
In today’s digital age, it’s common to share aspects of our lives online. However, posting about your case on social media can jeopardize your defense. Prosecutors can use such posts as evidence in court.Avoid this mistake by: Keeping details of your case off social media platforms. Discuss case specifics only with your attorney.
Conclusion
Avoiding these common mistakes can significantly impact the outcome of your criminal case in Arizona. At Tamou Law Group PLLC, we are committed to providing our clients with the knowledge and representation needed to navigate these legal challenges successfully. If you or someone you know is facing criminal charges in Arizona, do not hesitate to contact Tamou Law at 623-321-4699 for experienced legal guidance and advocacy.
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.
Frequently Asked Questions
Do you have to talk to the police if you’re arrested in Arizona?
No, you do not have to talk to police after an arrest in Arizona; you have the right to remain silent and to request an attorney. Anything you say can be used against you in court, so politely decline questioning until your lawyer is present.
What happens if you miss a court date in Arizona?
Missing a court date in Arizona typically results in a bench warrant for your arrest and a separate failure-to-appear charge under A.R.S. 13-2506. If an emergency prevents you from appearing, contact your attorney immediately so they can ask the court to quash the warrant.
Is failure to appear a felony in Arizona?
Failure to appear is a class 5 felony in Arizona when the underlying case involves a felony charge, under A.R.S. 13-2507, while missing court in a misdemeanor case is a class 1 misdemeanor under A.R.S. 13-2506. Either one adds a new charge on top of your original case.
What happens if you violate bail conditions in Arizona?
Violating bail or release conditions in Arizona can get your release revoked, meaning you are taken back into custody and may wait in jail until trial, and the court can forfeit your bond. Violations also damage your credibility with the judge, so ask your attorney to clarify any unclear condition.
Can social media posts be used against you in an Arizona criminal case?
Yes, Arizona prosecutors can use your social media posts, photos, comments, and messages as evidence against you, even if your accounts are set to private. Avoid posting anything about your case, your whereabouts, or your activities, and discuss case details only with your attorney.
Does a misdemeanor conviction stay on your record in Arizona?
Yes, a misdemeanor conviction stays on your Arizona criminal record permanently unless you obtain relief, because Arizona does not offer traditional expungement. You may petition to set aside the conviction under A.R.S. 13-905 or seal your case records under A.R.S. 13-911 after the waiting period.
How much does a criminal defense lawyer cost in Arizona?
Most Arizona criminal defense lawyers charge flat fees ranging from roughly $1,500 to $5,000 for misdemeanors and $5,000 to $25,000 or more for felonies, depending on the case’s complexity. A skilled attorney often saves you more than the fee by avoiding jail, fines, and a permanent record.
How soon should you hire a criminal defense attorney in Arizona?
Hire a criminal defense attorney immediately after an arrest or upon learning you are under investigation, before speaking with police or attending any hearing. Early representation preserves evidence, protects your rights, and can meet urgent deadlines like the 15-day MVD hearing request in DUI cases. 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);
})();






