As Seen On

Recognized By
8 Ways Arizona’s Legal System is Addressing Mental Health
In recent years, the intersection of mental health and the legal system has gained significant attention, prompting innovative reforms and approaches to ensure that individuals with mental health issues receive the understanding and support they need. Arizona, in particular, has been at the forefront of integrating mental health considerations into its legal framework, setting a precedent for compassionate and effective legal practices. Tamou Law Group PLLC, a firm deeply committed to upholding justice and providing comprehensive legal assistance, delves into eight pivotal ways Arizona’s legal system is addressing mental health challenges.1
Mental Health Courts
Arizona has established specialized mental health courts aimed at addressing the needs of defendants with mental health conditions. These courts offer a therapeutic approach to justice, focusing on treatment and rehabilitation rather than punishment. Participants are often required to adhere to treatment plans as part of their probation, promoting recovery and reducing recidivism.2
Crisis Intervention Training (CIT) for Law Enforcement
Recognizing the critical role of first responders in crisis situations, Arizona has implemented Crisis Intervention Training programs for law enforcement officers. This training equips officers with the skills to de-escalate situations involving individuals in mental health crises, ensuring safer interactions and appropriate referrals to mental health services.3
Involuntary Commitment Laws
Under Arizona Revised Statutes (ARS) §§36-501 to 36-524, the state outlines specific criteria for the involuntary treatment of individuals who are unable to understand or refuse treatment due to their mental condition and pose a risk to themselves or others. These laws ensure that individuals in dire need of psychiatric intervention receive timely and appropriate care.4
Integrated Health Programs
Arizona has been pioneering in integrating behavioral health services with primary care, ensuring that individuals have access to holistic health care. This approach recognizes the interconnectedness of mental and physical health, promoting early intervention and comprehensive treatment strategies.5
Telemedicine Expansion
To increase accessibility to mental health services, especially in rural areas, Arizona has expanded telemedicine provisions. This initiative allows individuals to access psychiatric care and counseling services remotely, breaking down barriers to treatment and support.6
Peer Support Services
Arizona values the role of lived experience in mental health recovery. The state has endorsed peer support services, where individuals who have navigated their own mental health challenges provide support, guidance, and advocacy for others facing similar struggles, fostering a community of understanding and resilience.7
Decriminalization of Mental Health Issues
Arizona’s legal system is moving towards decriminalizing mental health issues by diverting non-violent offenders with mental health conditions away from the criminal justice system and towards treatment programs. This shift acknowledges that mental health issues are not criminal issues and require a health-centered approach.8
Guardianship Reforms
Recognizing the need for protection of individuals with significant mental health impairments, Arizona has reformed its guardianship laws to ensure that guardianship is a last resort. These reforms emphasize less restrictive alternatives and the individual’s right to self-determination, ensuring that their rights are preserved while providing necessary support.
Conclusion
Arizona’s legal system is setting a commendable example in addressing mental health within its legal framework, reflecting a broader societal acknowledgment of the importance of mental health awareness and support. Tamou Law Group PLLC stands ready to assist individuals navigating these aspects of the legal system, providing experienced guidance and compassionate representation.For more information or legal assistance, contact Tamou Law Group at 623-321-4699. Together, we can navigate the complexities of the legal system with your mental health and well-being as our top priority.
Awards & Recognition
Our recognition for Phoenix sex crime 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 sex crime 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 a mental health court in Arizona?
A mental health court is a specialized Arizona court that diverts defendants with mental illness into supervised treatment instead of jail, combining probation with required counseling, medication compliance, and regular judicial check-ins. Maricopa County and other Arizona counties operate these programs to reduce recidivism and connect participants with community services.
Is mental illness a defense to criminal charges in Arizona?
Arizona does not have a traditional insanity defense; instead, A.R.S. 13-502 allows a verdict of guilty except insane, which sends the defendant to a secure state hospital rather than prison. Mental illness can also support competency challenges, mitigation at sentencing, and negotiation for treatment-based alternatives.
How does involuntary commitment work in Arizona?
In Arizona, anyone can petition for a court-ordered mental health evaluation under A.R.S. 36-520 when a person is a danger to self or others, or is persistently or acutely disabled. If evaluators agree, a judge may order treatment under A.R.S. 36-540, and the person has the right to counsel and a hearing.
How long can someone be held for a psychiatric evaluation in Arizona?
A person detained for a court-ordered evaluation in Arizona generally must be evaluated and released within 72 hours, excluding weekends and holidays, unless a petition for court-ordered treatment is filed. If treatment is ordered, A.R.S. 36-540 caps combined inpatient and outpatient treatment at 365 days per order.
What is a Rule 11 evaluation in an Arizona criminal case?
A Rule 11 evaluation is a court-ordered mental examination that determines whether an Arizona defendant is competent to stand trial, meaning able to understand the proceedings and assist counsel. If the defendant is incompetent and cannot be restored, the criminal charges may be dismissed or transferred to civil commitment proceedings.
Can criminal charges be diverted to treatment instead of jail in Arizona?
Yes, Arizona prosecutors and courts can divert non-violent defendants with mental health conditions into treatment programs, and successful completion often results in charges being dismissed. Eligibility varies by county, so a defense lawyer’s early involvement is critical to negotiating diversion, mental health court placement, or a treatment-based plea.
Does Arizona require guardianship for adults with serious mental illness?
No, guardianship is a last resort in Arizona; courts must consider less restrictive alternatives such as supported decision-making, powers of attorney, and health care proxies before appointing a guardian under A.R.S. 14-5304. Recent reforms strengthen the individual’s rights to counsel, self-determination, and periodic review of any guardianship.
How can a criminal defense lawyer help a defendant with mental illness in Arizona?
A defense lawyer can raise competency under Rule 11, pursue a guilty-except-insane defense, negotiate mental health court or diversion placement, and present mental illness as mitigation at sentencing. Tamou Law Group defends clients across Phoenix and Scottsdale with mental-health-informed strategies. 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);
})();






