As Seen On

Recognized By
10 Misconceptions About Criminal Trials in Arizona Debunked
Navigating the complexities of the legal system can be daunting, especially when it comes to criminal trials in Arizona. Misunderstandings and myths about this process can lead to unnecessary anxiety and misinformed decisions. At Tamou Law Group, we’re committed to demystifying these processes for our clients. Here, we debunk ten common misconceptions about criminal trials in Arizona, providing you with accurate and reliable information to guide your legal journey.1
“If I Plead Guilty, I’ll Get a Lighter Sentence”
Many believe that pleading guilty will automatically result in a more lenient sentence, influenced perhaps by Arizona Revised Statutes, such as ARS 13-702, which discuss sentencing guidelines. However, the reality is more complex. Sentencing depends on a variety of factors, including the nature of the offense, prior convictions, and mitigating circumstances. A qualified attorney can help you understand the implications of your plea.2
“The Police Can’t Use Anything I Say Against Me Without Reading My Rights”
A common misconception is that evidence obtained before Miranda rights are read is inadmissible. According to ARS 13-3988, Miranda rights are indeed crucial, but their applicability depends on the situation, particularly if the individual is in custody and subject to interrogation. It’s essential to understand the nuances of this statute to grasp the admissibility of statements made to law enforcement.3
“All Criminal Trials Involve a Jury”
While many criminal trials in Arizona involve a jury, as outlined in the Arizona Constitution and ARS 21-101, not all cases go before a jury. Some defendants might opt for a bench trial, where a judge makes the final verdict, especially in cases where legal issues are more prominent than factual disputes.4
“The Defendant Must Prove Their Innocence”
In the United States, including Arizona, the burden of proof lies with the prosecution, as affirmed by ARS 13-115. This means it’s the state’s responsibility to prove the defendant’s guilt “beyond a reasonable doubt,” not the defendant’s job to prove their innocence.5
“Circumstantial Evidence Isn’t Enough for a Conviction”
Circumstantial evidence can be as compelling as direct evidence under the right circumstances. According to ARS 13-202, all evidence, if relevant and convincing, can contribute to the prosecution’s burden of proving guilt beyond a reasonable doubt.6
“If a Witness Lies, the Case Will Be Dismissed”
Witness credibility is crucial, but a lie does not automatically invalidate the entire case. The Arizona Rules of Evidence allow for the cross-examination of witnesses to challenge their credibility. The impact of a dishonest witness varies depending on the significance of their testimony to the overall case.7
“I Don’t Need a Lawyer if I’m Innocent”
Even if innocent, navigating the legal system without professional legal counsel is risky. The complexities of criminal law in Arizona, including the intricacies of procedural rules and evidence law, necessitate experienced guidance to ensure your rights are protected throughout the trial process.8
“Public Defenders Are Less Capable Than Private Attorneys”
Public defenders are fully licensed attorneys who are often highly experienced in criminal law due to the volume of cases they handle. The choice between a public defender and a private attorney should be based on personal circumstances and preferences, not a presumption of competence.9
“Jury Nullification is a Common Practice”
Jury nullification occurs when jurors acquit a defendant despite evidence of guilt, often due to perceived injustices in the law. While it can happen, it’s rare and not a reliable strategy for defense under Arizona law.10
“A Conviction Is the End of the Road”
Arizona law provides mechanisms for appealing a conviction, outlined in ARS Title 13, Chapter 40. An appeal can be based on various factors, such as procedural errors or the admission of inadmissible evidence. Consulting with a knowledgeable attorney is crucial to explore potential avenues for appeal.
Navigating the Legal Maze
Understanding the intricacies of criminal trials in Arizona is essential for anyone facing charges. At Tamou Law Group, we’re dedicated to providing our clients with the clear, comprehensive legal guidance they need to navigate these challenging waters. If you’re in need of experienced legal counsel, don’t hesitate to contact Tamou Law at 623-321-4699. Let our experience be your guide.
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);
})();






