As Seen On

Recognized By
- Dedicated Practice: Ensure that the phoenix or Tucson lawyer dedicates or emphasizes their practice in criminal law. A general practitioner may not have the same depth of knowledge as someone who primarily focuses on criminal cases.
- Experience: An experienced lawyer will likely have handled cases similar to yours and will be familiar with court processes and procedures.
- Reputation: Look for lawyers with positive reviews, not just on Google or Yelp but on other platforms as well. Peer endorsements can also be a good indication of a lawyer’s competence.
- Client Testimonials: Past clients’ experiences can give you a glimpse into how the attorney operates and if they have a history of success.
- Availability: Your lawyer should be available to answer your questions and provide updates on your case when you need them. We find that many clients become frustrated with the firms that hire due to lack of communication. At Tamou Law Group, you have a dedicated lawyer with email and texting capabilities direct. That means you don’t have to wait for an answer to take more than 24 hours.
- Local Knowledge: A lawyer familiar with local courts, judges, and prosecutors can have a strategic advantage.
- Clear Communication: The legal world can be complex. It’s essential to have someone who can break things down for you and keep you informed.
- Fees and Charges: Understand their fee structure, any hidden charges, and what you can expect to pay. Remember, the most expensive isn’t necessarily the best.
- Initial Consultation: Most law firms, like Tamou Law Group, offer a free initial consultation. Use this opportunity to gauge if the lawyer is a good fit for you.
- Comfort Level: Trust your instincts. You should feel comfortable with your lawyer, their approach, and their advice.
Choosing the right lawyer can be daunting, but we at Tamou Law Group are here to assist and guide you through the process. Your defense is our top priority.
Remember, every legal situation is unique. While these considerations are a great starting point, it’s always beneficial to seek personalized advice tailored to your specific case and circumstances.
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)
Together, these place Tamou Law Group among the best Phoenix DUI lawyers, led 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
How much does a criminal defense lawyer cost in Arizona?
Most Arizona criminal defense lawyers charge flat fees ranging from about $1,500 to $5,000 for misdemeanors and $5,000 to $25,000 or more for felonies, depending on the charge and complexity. Beware of hidden costs, and remember the most expensive attorney is not automatically the best choice.
What should I ask a criminal lawyer during a free consultation in Phoenix?
Ask how much of the lawyer’s practice is devoted to criminal defense, who will actually handle your case, their experience with your specific charge, their fee structure, and how quickly they return calls. A free consultation lets you gauge communication style and comfort level before you commit.
Is a private criminal defense lawyer better than a public defender in Arizona?
Not automatically, but a private Arizona criminal lawyer typically carries a far smaller caseload, giving you more direct access, faster communication, and more time spent investigating your case. Public defenders are capable attorneys, yet you must qualify financially and you cannot choose who represents you.
How can I check an Arizona criminal lawyer’s license and disciplinary history?
Search the attorney’s name in the State Bar of Arizona’s free online member directory at azbar.org, which shows whether the lawyer is licensed, in good standing, and has any public discipline. Cross-check Google, Avvo, and peer reviews to confirm the lawyer’s reputation before hiring.
Can a criminal defense lawyer get my charges reduced or dismissed in Arizona?
Yes, an experienced Arizona defense lawyer can often negotiate reduced charges, secure diversion programs, or win dismissal by challenging unlawful stops, faulty evidence, or constitutional violations. For example, a DUI under A.R.S. 28-1381 can sometimes be reduced to reckless driving, avoiding mandatory jail and interlock requirements.
Does local court experience matter when choosing a Phoenix or Tucson criminal lawyer?
Yes, local experience matters because a lawyer who regularly appears in Maricopa or Pima County courts knows the judges, prosecutors, and plea tendencies that shape outcomes. That insider knowledge helps your attorney predict how a specific courtroom will treat your charge and negotiate accordingly.
How soon should I hire a criminal defense attorney after an arrest in Arizona?
Hire a criminal defense attorney immediately, ideally before your initial appearance, because early intervention can preserve evidence, prevent damaging statements, and influence charging decisions. In DUI cases you have only 15 days to request an MVD hearing under A.R.S. 28-1385 or your license is automatically suspended.
How much is a DUI lawyer in Arizona?
A DUI lawyer in Arizona typically costs $2,500 to $10,000, with extreme or aggravated DUI cases running higher because they carry mandatory jail or prison time. Skilled representation often pays for itself through reduced penalties, and 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);
})();






