As Seen On
Recognized By
A Look at Unlawful Imprisonment Laws in Arizona
Â
Introduction
When it comes to understanding the intricacies of the law, especially regarding personal liberties, unlawful imprisonment is a critical area to consider. In Arizona, the statutes defining and governing unlawful imprisonment are nuanced and require careful examination. Tamou Law Group PLLC is dedicated to providing clarity and legal guidance on this matter. In this comprehensive blog, we will delve into the specifics of unlawful imprisonment laws in Arizona, ensuring that you are well-informed about your rights and legal options.
What is Unlawful Imprisonment?
Unlawful imprisonment, as defined under Arizona law, occurs when a person knowingly restrains another person, restricting their freedom of movement without their consent and without legal justification. This act can take many forms, ranging from physically detaining someone to using threats or intimidation to restrict a person’s movement.
Arizona Revised Statutes
Under the Arizona Revised Statutes (ARS) Section 13-1303, unlawful imprisonment is detailed as a serious offense. This law outlines the criteria that constitute unlawful imprisonment and the penalties associated with it. Understanding this statute is crucial for anyone who believes they may be a victim of this crime.
The Legal Boundaries and Penalties
Unlawful imprisonment is not just a clear-cut issue of right and wrong. Various factors, such as the intent of the accused and the circumstances of the restraint, play a significant role in how the law is applied. The penalties for unlawful imprisonment in Arizona can range from a class 1 misdemeanor to a class 6 felony, depending on these factors.
Factors Affecting the Severity of the Charge
- Intent of the Accused: The purpose behind the act can escalate the charge.
- Duration of Imprisonment: Longer periods of restraint often result in harsher penalties.
- Age and Vulnerability of the Victim: Special considerations are given when the victim is a minor or vulnerable individual.
Defending Against Unlawful Imprisonment Charges
At Tamou Law Group PLLC, we understand that there are instances where individuals may be wrongfully accused of unlawful imprisonment. Defense strategies may involve proving consent, lack of knowledge, or legal justification for the restraint.
Common Defense Strategies
- Consent: Demonstrating that the alleged victim consented to the restraint.
- Mistake of Fact: Arguing that the accused had a reasonable belief that there was legal justification for the restraint.
- Parental Rights: In cases involving children, parental rights can play a significant role.
Seeking Justice and Legal Support
If you or someone you know is facing unlawful imprisonment charges or is a victim of this crime, understanding your legal rights and options is paramount. At Tamou Law Group PLLC, we are committed to providing thorough legal support, advocacy, and guidance in these complex situations.
How Tamou Law Group PLLC Can Help
- Expert Legal Advice: Our experienced attorneys offer personalized legal counsel tailored to your specific case.
- Defense Representation: We provide robust defense strategies for those wrongfully accused.
- Victim Support: Our team assists victims in navigating the legal system to seek justice.
Conclusion
Unlawful imprisonment in Arizona is a complex area of law, encompassing various aspects that require careful legal interpretation and guidance. Whether you’re seeking to understand your rights, need defense against accusations, or require support as a victim, Tamou Law Group is here to help you navigate the complexities of Arizona’s unlawful imprisonment laws with confidence and clarity. Call us at 623-321-4699.
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
Is unlawful imprisonment a felony in Arizona?
Unlawful imprisonment is a class 6 felony in Arizona under ARS 13-1303, but it drops to a class 1 misdemeanor if the accused voluntarily released the victim in a safe place before arrest, without physical injury. Because the facts control the charge level, early defense involvement can make a major difference.
What is the difference between unlawful imprisonment and kidnapping in Arizona?
Unlawful imprisonment is knowingly restraining another person without consent, while kidnapping under ARS 13-1304 requires restraint plus an additional intent, such as ransom, physical injury, or a sexual offense. Kidnapping is typically a class 2 felony with far harsher penalties, so this distinction is critical to any defense.
How long can you go to jail for unlawful imprisonment in Arizona?
A first-time class 6 felony unlawful imprisonment conviction carries roughly four months to two years in prison, while the misdemeanor version carries up to six months in jail. Probation is often available for first offenders, and prior felony convictions significantly increase the sentencing range.
Can unlawful imprisonment charges be dismissed in Arizona?
Yes, unlawful imprisonment charges can be dismissed or reduced when the defense shows the alleged victim consented, the accused had lawful authority for the restraint, or the State cannot prove the restraint was knowing. Challenging witness credibility and inconsistencies in the alleged victim’s account is often central to these cases.
What does restrain mean under Arizona unlawful imprisonment law?
Under ARS 13-1301, restrain means restricting a person’s movements without consent and without legal authority, either by moving them or confining them, using force, intimidation, or deception. A minor is considered restrained without consent when taken or held without a parent’s or guardian’s permission.
Does a parent keeping their own child count as unlawful imprisonment in Arizona?
Generally no, because ARS 13-1303 provides a defense when a relative restrains a child with the sole intent of assuming lawful custody of that child. Custody disputes can still trigger charges or kidnapping allegations, so parents should get legal advice before withholding a child from the other parent.
How much is the fine for unlawful imprisonment in Arizona?
A felony unlawful imprisonment conviction in Arizona can carry a fine of up to $150,000 plus surcharges, while a class 1 misdemeanor carries a fine of up to $2,500. Courts can also order restitution to the alleged victim on top of any fine, probation, or jail time.
What should I do if I am charged with unlawful imprisonment in Arizona?
Remain silent, avoid all contact with the alleged victim, and hire an Arizona criminal defense attorney immediately, because early intervention can lead to reduced charges or dismissal. Tamou Law Group defends unlawful imprisonment 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);
})();






