As Seen On

Recognized By
The Seriousness of Homicide by Abuse in Arizona
Â
Introduction: A Grave Concern
Homicide by abuse, a severe crime in Arizona, demands our undivided attention. In this comprehensive blog, we’ll delve into the legal intricacies, the statutes involved, and the serious implications of this offense. Our goal at Tamou Law Group PLLC is not just to inform but also to guide and support those affected by such tragic circumstances.
What is Homicide by Abuse?
Homicide by abuse is a specific form of homicide recognized under Arizona law, typically involving the death of a child or a vulnerable adult due to prolonged abuse. Unlike a singular act of violence, this crime encompasses a pattern of abusive behavior leading to a fatality.
Arizona Law and Statutes
Under Arizona Revised Statutes (ARS), homicide by abuse is addressed under several key sections:
- ARS 13-1103: Addresses manslaughter, which can include cases where reckless behavior leads to death.
- ARS 13-1105: Defines first-degree murder, including situations where premeditated abuse results in death.
- ARS 13-3623: Specifically focuses on child or vulnerable adult abuse, with penalties escalating to homicide if death occurs.
These statutes collectively paint a legal picture of the gravity and complexity of homicide by abuse cases in Arizona.
Legal Implications and Penalties
Conviction of homicide by abuse carries severe consequences. Depending on the circumstances, perpetrators can face long-term imprisonment, life sentences, and in some extreme cases, capital punishment. It’s crucial to understand that these cases are treated with utmost seriousness, reflecting the heinous nature of the crime.
The Role of Legal Representation
In such sensitive and complex cases, skilled legal representation is indispensable. At Tamou Law Group PLLC, we provide experienced legal advice and representation. Whether you’re seeking justice for a victim or facing allegations, our experienced attorneys navigate the intricacies of Arizona’s legal system to ensure fair and just outcomes.
Preventing Homicide by Abuse
Prevention is key. Awareness, timely intervention, and reporting suspected abuse can save lives. Community vigilance and support systems play a crucial role. If you suspect abuse, it’s imperative to act by contacting authorities.
Conclusion: Our Commitment to Justice
We understand the profound impact of homicide by abuse cases. Our commitment extends beyond the courtroom; we aim to educate, advocate, and support the fight against such heinous crimes.For guidance, representation, or any legal assistance regarding homicide by abuse in Arizona, don’t hesitate to contact us at Tamou Law Group PLLC. Call us at 623-321-4699 for a consultation where compassion meets legal excellence.
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 counts as homicide by abuse under Arizona law?
In Arizona, homicide by abuse refers to the death of a child or vulnerable adult caused by a pattern of ongoing abuse rather than a single violent act. Prosecutors typically charge it under ARS 13-1105 for murder, ARS 13-1103 for manslaughter, or ARS 13-3623 for fatal child or vulnerable adult abuse.
Is child abuse resulting in death first-degree murder in Arizona?
Yes, under ARS 13-1105 the death of a child caused by intentional or knowing abuse can be charged as first-degree murder in Arizona, even without premeditation to kill. This means a fatal abuse case can carry the same penalties as any other first-degree murder charge.
What is the punishment for homicide by abuse in Arizona?
A homicide by abuse conviction in Arizona can be punished by life imprisonment, natural life, or in aggravated first-degree murder cases the death penalty. Lesser charges like manslaughter under ARS 13-1103 still carry lengthy mandatory prison terms because they are treated as dangerous offenses.
How long do you go to prison for child abuse that causes death in Arizona?
Prison time ranges from years to life: intentional child abuse causing death under ARS 13-3623 is a dangerous crime against children carrying decades in prison, while a first-degree murder conviction means life or natural life. Sentences depend on the defendant’s mental state and the victim’s age.
Can you be charged with homicide in Arizona if you never intended to kill anyone?
Yes, Arizona can charge homicide without intent to kill: reckless conduct causing death is manslaughter under ARS 13-1103, and fatal child abuse can become felony murder under ARS 13-1105. Your mental state, whether intentional, knowing, reckless, or negligent, largely determines which homicide charge prosecutors file.
Does a homicide by abuse conviction stay on your record forever in Arizona?
Yes, a felony homicide conviction is permanent in Arizona and cannot be expunged, and serious violent offenses generally do not qualify for a set-aside. Because the record consequences last a lifetime, the defense priority is avoiding conviction or reducing the charge from the very start of the case.
Who counts as a vulnerable adult in an Arizona abuse case?
Under ARS 13-3623, a vulnerable adult is a person eighteen or older who cannot protect themselves from abuse or neglect because of physical or mental impairment. If abuse or neglect of a vulnerable adult leads to death, prosecutors can escalate the case to manslaughter or murder charges.
What should I do if I’m accused of homicide by abuse in Arizona?
Say nothing to police and contact an experienced Arizona homicide defense attorney immediately, because early defense work shapes everything from charging decisions to sentencing exposure. Tamou Law Group defends abuse-related homicide cases in Phoenix and Scottsdale and can review your case right away. 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);
})();






