The Ins and Outs of an Admin Per Se Hearing
Arrested for DUI in Arizona and facing a license suspension? An Admin Per Se hearing is separate from your criminal case, and you have just ten days from the arrest to request one before your license suspension takes effect. Missing that deadline forfeits your challenge—contact an attorney immediately.
As Seen On

Recognized By
The Ins and Outs of an Admin Per Se Hearing
When it comes to driving under the influence (DUI) cases, one of the crucial aspects that often gets overlooked is the administrative hearing. These hearings, known as Admin Per Se (APS) hearings, play a significant role in determining the fate of an individual’s driving privileges. This article, courtesy of Tamou Law Group PLLC, aims to guide you through the complexities of an APS hearing, detailing the processes and what you can expect.
What is an Admin Per Se Hearing?
An Admin Per Se hearing is an administrative process separate from the criminal court system. When you’re arrested for a DUI, your license is typically suspended. You then have a brief period, usually ten days, to request an APS hearing to challenge this suspension.
Why is it Important?
An APS hearing gives you a chance to contest the license suspension, providing an opportunity to maintain your driving privileges while your criminal case is pending. It can be a crucial stage for anyone reliant on driving for work or daily life.
How to Request an APS Hearing?
Time is of the essence when requesting an APS hearing. It must typically be done within ten days of the DUI arrest. You or your attorney will need to contact the Department of Motor Vehicles (DMV) and follow the required procedure for your jurisdiction.
The Process of an APS Hearing
The hearing itself is somewhat like a mini-trial, but it is not held in a courtroom. Here’s a breakdown of what to expect:
- Preparation: Gathering evidence, consulting with an attorney, and building a strategy are crucial for a successful APS hearing.
- Hearing Officer: The hearing is overseen by an administrative hearing officer, not a judge. Their role is to consider the evidence and make a decision on your license suspension.
- Presenting Evidence: Both sides will present evidence. This might include police reports, witness testimony, or other documentation.
- Cross-Examination: There may be opportunities to question witnesses or the arresting officer.
- Decision: The hearing officer will make a decision on the suspension based on the evidence presented.
Representation in an APS Hearing
While you have the right to represent yourself in an APS hearing, having legal representation can significantly enhance your chances of success. Experienced attorneys know how to navigate the system, present evidence, and build a persuasive case.
Arizona Revised Statues
In the context of Arizona, which aligns with the provided contact number’s area code, you might consider referring to Arizona Revised Statutes (ARS) § 28-1321. This statute covers the suspension and removal of driving privileges related to DUI offenses, including the procedures for requesting and conducting an Admin Per Se hearing.Make sure to consult with a legal professional in your jurisdiction or refer to the latest version of your state’s statutes to ensure you are working with the most current and applicable laws.
Conclusion
Navigating an Admin Per Se hearing can be an overwhelming experience, especially when dealing with the stress of a DUI charge. Understanding the in’s and out’s of this process can give you a vital edge in maintaining your driving privileges.If you need assistance with an APS hearing or any other legal matters related to DUI, don’t hesitate to contact Tamou Law Group PLLC at 623-321-4699. Our experienced team is ready to guide you through this complex process and provide the representation you need to achieve the best possible outcome.
Awards & Recognition
Our recognition for Phoenix DUI 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 DUI 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
How long do you have to request an admin per se hearing in Arizona?
You have 15 days from your DUI arrest to request an admin per se hearing with the Arizona MVD, because the suspension order the officer serves takes effect on day 15. Filing a timely written request stays the suspension so you keep driving until the hearing is decided.
What is an admin per se suspension in Arizona?
An admin per se suspension is a 90-day driver license suspension the Arizona MVD imposes under A.R.S. § 28-1385 when a DUI arrest shows a BAC of 0.08 or more or drugs in your system. It is a civil action that runs on its own track apart from your criminal DUI case.
Can you drive while waiting for an MVD hearing in Arizona?
Yes, you can keep driving while your MVD hearing is pending, because a timely hearing request stays the admin per se suspension until the administrative law judge issues a decision. If you miss the 15-day deadline, however, the suspension starts automatically and no hearing is granted.
What does the MVD have to prove at an admin per se hearing in Arizona?
At an admin per se hearing the MVD must show the officer had reasonable grounds to believe you were driving under the influence, you were arrested, and your BAC was 0.08 or higher or drugs were present. If the evidence fails on any element, or the officer does not appear, the suspension is voided.
Is an MVD hearing separate from criminal DUI court in Arizona?
Yes, the MVD admin per se hearing is completely separate from your criminal DUI case and is decided by an administrative law judge, not a criminal court judge. You can win your license back at the MVD and still face criminal charges, or beat the criminal case and still be suspended.
Does refusing a breath test suspend your license in Arizona?
Yes, refusing a breath, blood, or urine test after a DUI arrest triggers a 12-month suspension under Arizona’s implied consent law, A.R.S. § 28-1321, and 24 months for a second refusal within 84 months. You have 15 days to request a hearing to fight it.
How do you get a restricted license during an admin per se suspension in Arizona?
After serving the first 30 days of a 90-day admin per se suspension, most first-time DUI drivers can apply for a restricted permit allowing travel to work and school for the remaining 60 days. Completing an alcohol screening is required before MVD will issue the restricted permit.
Do you need a lawyer to win an admin per se hearing in Arizona?
You are not required to have a lawyer at an admin per se hearing, but an experienced DUI attorney can cross-examine the arresting officer, expose weaknesses in the State’s evidence, and use that testimony in your criminal case. Tamou Law Group handles MVD hearings statewide. 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);
})();






