As Seen On
Recognized By
Criminal Contempt of Court in Arizona
The sanctity of the courtroom and the authority of the judiciary is sacrosanct, established to uphold justice and maintain law and order. It is imperative that court proceedings are conducted with decorum and respect, with everyone abiding by the rules and regulations. In Arizona, any conduct that disrespects or obstructs the functionality of the court can be classified as contempt of court. Tamou Law Group PLLC aims to guide you through the intricacies of Criminal Contempt of Court in Arizona and the consequent legal implications.
Understanding Criminal Contempt of Court
Criminal contempt of court in Arizona is a serious offense, generally categorized as behavior that directly obstructs the execution of court orders, disrespects or lowers the authority or dignity of the court, or impedes the administration of justice. Examples include, but are not limited to, disrupting court proceedings, failure to obey court orders, or verbal abuse toward court officials.
Legal Basis in Arizona Law
In Arizona, Criminal Contempt is typically governed by Arizona Revised Statutes § 12-862, and it is crucial to understand the implications of violating such statutes. The law clearly dictates the consequences of disrespectful or disruptive behavior within courtrooms, and the failure to adhere to court-issued orders.
Potential Consequences
The repercussions of being found in criminal contempt of court are severe and may range from fines to imprisonment. The sentencing can vary depending on the nature and degree of the contemptuous act. It is crucial to have knowledgeable legal representation to navigate through the legal process efficiently and mitigate potential penalties.
Types of Contempt
In Arizona, contempt of court is mainly categorized into two types:
- Direct Contempt: This occurs when contemptuous acts are committed in the presence of the judge, like disruptions during a hearing, verbal insults, or refusal to answer questions. The judge can summarily punish the offender immediately, without a separate hearing, in such instances.
- Constructive Contempt: This is when contemptuous acts occur outside the courtroom, like willful disobedience of a court order or misleading the court. In such cases, a separate notice and hearing are necessary before any punitive measures can be enforced.
Defending Against Criminal Contempt Charges
When faced with contempt charges, the accused have the right to a defense. A qualified attorney can challenge the legitimacy of the court order, argue the actions were not willful, or propose the actions did not actually obstruct the court’s proceedings.
Tamou Law Group PLLC: Your Legal Ally
If you or someone you know is facing charges of criminal contempt of court in Arizona, it is paramount to seek professional legal counsel immediately. Tamou Law Group PLLC is experienced in providing robust legal representation and personalized legal solutions to safeguard your rights and interests. We are adept at navigating the complexities of Arizona law to ensure the best possible outcome for our clients.In conclusion, understanding and respecting the sanctity and authority of the court is crucial for the smooth functioning of the judicial system. The consequences of criminal contempt of court are severe, and anyone facing such charges should promptly seek skilled legal representation. Knowledge of one’s rights and responsibilities, coupled with experienced legal counsel, can significantly impact the resolution of contempt charges.Contact Tamou Law Group PLLC at 623-321-4699 for detailed consultation and proficient legal services tailored to your needs. Let us be your guide and protector in the labyrinthine landscape of Arizona’s legal system, ensuring your rights are defended, and justice is served.
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
What is criminal contempt of court in Arizona?
Criminal contempt of court in Arizona is willful conduct that disrespects the court’s authority or obstructs the administration of justice, such as disrupting a hearing or defying a court order. It is governed by A.R.S. §§ 12-861 through 12-863 and Rule 33 of the Arizona Rules of Criminal Procedure.
Is criminal contempt a misdemeanor or felony in Arizona?
Criminal contempt in Arizona is generally treated as a misdemeanor-level offense punishable by fines and county jail time rather than a felony. However, if the contemptuous act also constitutes a separate crime, such as assaulting a court officer, prosecutors can file additional charges that may rise to felony level.
Can you go to jail for contempt of court in Arizona?
Yes, Arizona judges can jail you for criminal contempt, with penalties that commonly include fines and up to six months in county jail under A.R.S. § 12-863. Each separate contemptuous act can be punished individually, so repeated violations of court orders can stack into significant jail time.
What is the difference between direct and constructive contempt in Arizona?
Direct contempt happens in the judge’s immediate presence, such as an outburst during a hearing, and can be punished summarily without a separate hearing. Constructive contempt occurs outside the courtroom, like violating a court order, and Arizona law requires written notice and a hearing before any punishment is imposed.
How is criminal contempt different from civil contempt in Arizona?
Criminal contempt punishes past disrespect or disobedience of the court with a fixed fine or jail sentence, while civil contempt is coercive and ends once you comply with the court’s order. Because criminal contempt is punitive, the accused receives criminal-style protections, including proof beyond a reasonable doubt.
Does violating a court order count as criminal contempt in Arizona?
Yes, willfully disobeying a lawful court order, judgment, or subpoena can be charged as criminal contempt under A.R.S. § 12-861, even if the violation happened outside the courtroom. The State must prove the order was valid, you knew about it, and your disobedience was willful rather than accidental.
Do you get a jury trial for criminal contempt in Arizona?
You are entitled to a jury trial for criminal contempt in Arizona when the alleged contempt is also a criminal offense, as provided by A.R.S. § 12-863. For minor contempt punished summarily, no jury is required, but sentences longer than six months trigger constitutional jury-trial protections.
How can a lawyer help you fight a contempt of court charge in Arizona?
A defense lawyer can fight Arizona contempt charges by showing the underlying order was invalid or unclear, that your conduct was not willful, or that it never actually obstructed the court. Tamou Law Group defends criminal contempt cases throughout Phoenix and Scottsdale. 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);
})();






