As Seen On

Recognized By
Introduction
Assault and battery are not only serious offenses under the criminal laws of Arizona, but they also carry common misconceptions. Often, people tend to think of these two terms as synonymous. However, under Arizona’s legal context, they represent two distinct charges, each having its own set of penalties and potential defenses. This is a look at Assault generally, but it is important to note that Assault can be charged in several other manners including Aggravated Assault, Assault against a Police Officer, and Assault Against a Healthcare Worker.
Assault in Arizona
As per the Arizona Revised Statutes (ARS) 13-1203, assault is identified when a person intentionally, knowingly, or recklessly causes physical injury to another person or puts another person in reasonable apprehension of imminent physical injury. page which describes specific statutes.  The classification of an assault, whether as a misdemeanor or a felony in Arizona, depends on the act’s severity and the resulting injury. Consequences range from fines to jail time, with severe offenses leading to a significant period in prison. To find more about the consequences you can visit our Assault
Battery in the Context of Arizona Law
While the term “battery” is a common parlance in many jurisdictions, Arizona law doesn’t explicitly define it. Battery is typically understood as intentional and unwanted physical contact or harm inflicted upon another person. Instead of a separate “battery” charge, these actions often fall under the broad purview of assault charges in Arizona.
Assault and Battery Cases across Arizona Cities
The issues of assault and battery are of significant concern across Arizona’s major cities such as Phoenix, Tucson, Scottsdale, Chandler, Mesa, Glendale, Gilbert, and Peoria. From the vibrant nightlife scenes of Scottsdale and Phoenix to the quiet neighborhoods of Mesa and Gilbert, assault and battery cases appear in various forms. Each city has unique dynamics and faces these issues differently, yet all fall under Arizona’s stringent laws against such offenses.
Potential Defenses Against Assault and Battery Charges
Understanding the complexities of Arizona’s assault and battery laws is critical in forming an effective defense. Potential defenses can include self-defense, defense of others, lack of intent, or even consent in specific situations. Each case is unique, and successful defense strategies are tailored carefully to the circumstances surrounding each incident.At Tamou Law, our experienced legal team excels in identifying the most appropriate defenses to protect our clients’ rights and interests, leveraging deep understanding and extensive practice in Arizona’s criminal law landscape.
The Importance of Legal Representation
Facing assault and battery charges is a serious matter, regardless if you are in Phoenix, Tucson, Scottsdale, Chandler, Mesa, Glendale, Gilbert, or Peoria. Engaging the services of an experienced criminal defense attorney is highly recommended. Legal professionals can help navigate the convoluted legal system, assisting you in understanding your rights, the charges against you, and advising the best course of action. Tamou Law is here to provide you with the knowledgeable and dedicated legal representation you need in such critical times.
Conclusion
Understanding Arizona’s assault and battery laws is a complex task, but crucial for ensuring peace and safety. Raising awareness and adherence to these laws across the state is key, whether it’s the bustling streets of Phoenix or the tranquil neighborhoods of Peoria. If you find yourself facing such charges, remember that Tamou Law is ready to stand by your side, guiding you through every step of the legal process with utmost dedication and experiencedise.
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.
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);
})();






