mvic.sos.state.mi.us Open in urlscan Pro
104.18.38.30  Public Scan

Submitted URL: https://mvic.sos.state.mi.us/Voter/Index#early-voting-search-section
Effective URL: https://mvic.sos.state.mi.us/Voter/Index
Submission: On October 28 via manual from US — Scanned from US

Form analysis 5 forms found in the DOM

<form id="name-Form" action="" class="mb-3" novalidate="novalidate">
  <div class="form-group">
    <label class="control-label text-uppercase required-label required-label text-transform-none not-bold" for="FirstName">First name</label>
    <span class="sr-only">,,Required,,</span>
    <input class="form-control text-uppercase text-transform-none bold" data-val="true" data-val-regex="Please enter a valid first name." data-val-regex-pattern="^(?=.{1,100}$)[a-zA-Z]+(?:[-=_.`;'\s][a-zA-Z]+)*$"
      data-val-required="Please enter your first name." id="FirstName" name="FirstName" required="required" type="text" value="">
    <span role="alert">
      <span class="field-validation-valid" data-valmsg-for="FirstName" data-valmsg-replace="true"></span>
    </span>
  </div>
  <div class="form-group">
    <label class="control-label text-uppercase required-label required-label text-transform-none not-bold" for="LastName">Last name</label>
    <span class="sr-only">,,Required,,</span>
    <input class="form-control text-uppercase text-transform-none bold" data-val="true" data-val-regex="Please enter a valid last name." data-val-regex-pattern="^(?=.{1,100}$)[a-zA-Z]+(?:[-=_.`;'\s][a-zA-Z]+)*$"
      data-val-required="Please enter your last name." id="LastName" name="LastName" required="required" type="text" value="">
    <span role="alert">
      <span class="field-validation-valid" data-valmsg-for="LastName" data-valmsg-replace="true"></span>
    </span>
  </div>
  <div class="form-group">
    <label class="control-label text-uppercase required-label required-label text-transform-none not-bold" for="NameBirthMonth">Birth month</label>
    <span class="sr-only">,,Required,,</span>
    <select class="form-control text-uppercase text-transform-none bold" data-val="true" data-val-range="Please select a valid birth month." data-val-range-max="12" data-val-range-min="1" data-val-required="Please select your birth month."
      id="NameBirthMonth" name="NameBirthMonth" required="required">
      <option value="">Select</option>
      <option value="1">January</option>
      <option value="2">February</option>
      <option value="3">March</option>
      <option value="4">April</option>
      <option value="5">May</option>
      <option value="6">June</option>
      <option value="7">July</option>
      <option value="8">August</option>
      <option value="9">September</option>
      <option value="10">October</option>
      <option value="11">November</option>
      <option value="12">December</option>
    </select>
    <span role="alert">
      <span class="field-validation-valid" data-valmsg-for="NameBirthMonth" data-valmsg-replace="true"></span>
    </span>
  </div>
  <div class="form-group">
    <label class="control-label text-uppercase required-label required-label text-transform-none not-bold" for="NameBirthYear">Birth year</label>
    <span class="sr-only">,,Required,,</span>
    <input class="form-control text-uppercase text-transform-none bold" data-val="true" data-val-range="Please enter a valid birth year." data-val-range-max="2017" data-val-range-min="1900" data-val-regex="Please enter a four digit birth year."
      data-val-regex-pattern="^\d{4}$" data-val-required="Please enter your birth year." id="NameBirthYear" name="NameBirthYear" oninput="this.value=this.value.slice(0,4)" required="required" type="number" value="">
    <span role="alert">
      <span class="field-validation-valid" data-valmsg-for="NameBirthYear" data-valmsg-replace="true"></span>
    </span>
  </div>
  <div class="form-group">
    <label class="control-label text-uppercase required-label required-label text-transform-none not-bold" for="ZipCode">ZIP code</label>
    <span class="sr-only">,,Required,,</span>
    <input class="form-control text-uppercase text-transform-none bold" data-val="true" data-val-range="Please enter a vaild Zip Code." data-val-range-max="55000" data-val-range-min="48000" data-val-regex="Please enter a valid ZIP Code."
      data-val-regex-pattern="^\d{5}(?:[-\s]\d{4})?$" data-val-required="Please enter your ZIP code." id="ZipCode" name="ZipCode" required="required" type="text" value="">
    <span role="alert">
      <span class="field-validation-valid" data-valmsg-for="ZipCode" data-valmsg-replace="true"></span>
    </span>
  </div>
  <div class="row mt-5">
    <div class="col-12 pt-md-0 text-right">
      <button id="btnClearName" type="button" role="button" class="btn btn-back">Clear name form</button>
      <span class="horizontal-button-space">&nbsp;&nbsp;&nbsp;</span>
      <span class="vertical-button-space"><br><br></span>
      <button id="btnSearchName" type="submit" role="button" class="btn btn-primary" formaction="/Voter/SearchByName">Search by name&nbsp;</button>
    </div>
  </div>
</form>

<form id="dln-Form" class="mb-3" novalidate="novalidate">
  <div class="form-group">
    <label class="control-label text-uppercase required-label required-label text-transform-none not-bold" for="Dln">Driver's license number</label>
    <span class="sr-only">,,Required,,</span>
    <input class="form-control text-uppercase bold" data-val="true" data-val-regex="Please enter a valid driver license number." data-val-regex-pattern="^[a-z,A-Z]{1}\d{12}$" data-val-required="Please enter your personal ID or driver license number."
      id="Dln" maxlength="13" name="Dln" required="required" type="text" value="">
    <span role="alert">
      <span class="field-validation-valid" data-valmsg-for="Dln" data-valmsg-replace="true"></span>
    </span>
  </div>
  <div class="form-group">
    <label class="control-label text-uppercase required-label required-label text-transform-none not-bold" for="DlnBirthMonth">Driver's license birth month</label>
    <span class="sr-only">,,Required,,</span>
    <select class="form-control text-uppercase text-transform-none bold" data-val="true" data-val-range="Please select a valid birth month." data-val-range-max="12" data-val-range-min="1" data-val-required="Please select your birth month."
      id="DlnBirthMonth" name="DlnBirthMonth" required="required">
      <option value="">Select</option>
      <option value="1">January</option>
      <option value="2">February</option>
      <option value="3">March</option>
      <option value="4">April</option>
      <option value="5">May</option>
      <option value="6">June</option>
      <option value="7">July</option>
      <option value="8">August</option>
      <option value="9">September</option>
      <option value="10">October</option>
      <option value="11">November</option>
      <option value="12">December</option>
    </select>
    <span role="alert">
      <span class="field-validation-valid" data-valmsg-for="DlnBirthMonth" data-valmsg-replace="true"></span>
    </span>
  </div>
  <div class="form-group">
    <label class="control-label text-uppercase required-label required-label text-transform-none not-bold" for="DlnBirthYear">Driver's license birth year</label>
    <span class="sr-only">,,Required,,</span>
    <input class="form-control text-uppercase text-transform-none bold" data-val="true" data-val-range="Please enter a valid birth year." data-val-range-max="2023" data-val-range-min="1900" data-val-regex="Please enter a four digit birth year."
      data-val-regex-pattern="^\d{4}$" data-val-required="Please enter your birth year." id="DlnBirthYear" name="DlnBirthYear" oninput="this.value=this.value.slice(0,4)" required="required" type="number" value="">
    <span role="alert">
      <span class="field-validation-valid" data-valmsg-for="DlnBirthYear" data-valmsg-replace="true"></span>
    </span>
  </div>
  <div class="row mt-5">
    <div class="col-12 pt-md-0 text-right">
      <button id="btnClearDLN" type="button" role="button" class="btn btn-back">Clear license form</button>
      <span class="horizontal-button-space">&nbsp;&nbsp;&nbsp;</span>
      <span class="vertical-button-space"><br><br></span>
      <button id="btnSearchDln" type="submit" role="button" class="btn btn-primary" formaction="/Voter/SearchByDln">Search by license&nbsp;</button>
    </div>
  </div>
</form>

<form id="address-Form-EV" action="" class="mb-3" novalidate="novalidate">
  <p> Please enter your residential street number, street name, city, state and ZIP code to search for your early voting information. </p>
  <p> Required fields are marked with an asterisk <abbr class="req" title="required">*</abbr>.</p>
  <div class="form-group">
    <span id="evSearchBoxContainer" class="no-padding clearAddress resize-address">
      <label class="control-label text-uppercase required-label text-transform-none required-label not-bold" for="EVResidenceStreet">Street address</label>
      <span class="sr-only">,,Required,,</span>
      <input aria_required="True" class="form-control text-uppercase text-transform-none bold" data-val="true" data-val-regex="Please enter a valid address." data-val-regex-pattern="^[a-zA-Z0-9 _#/',.-]*$"
        data-val-required="Please enter your street address." id="EVResidenceStreet" maxlength="50" name="EVResidenceStreet" required="required" type="search" value="" autocorrect="off" autocapitalize="off"
        aria-controls="as_containerSearch_EVResidenceStreet" aria-owns="as_containerSearch_EVResidenceStreet" aria-expanded="false" aria-autocomplete="both" style="">
      <div class="MicrosoftMap" style="position: absolute;"></div>
      <div class="MicrosoftMap" style="position: absolute;"></div><span role="alert">
        <span class="field-validation-valid" data-valmsg-for="EVResidenceStreet" data-valmsg-replace="true"></span>
      </span>
    </span>
  </div>
  <div class="form-group">
    <label class="control-label text-uppercase text-transform-none not-bold" for="EVResidenceApartment">Apartment / lot #</label>
    <input class="form-control text-uppercase text-transform-none bold" data-val="true" data-val-regex="Please enter a valid Apartment/Lot." data-val-regex-pattern="^[a-zA-Z0-9 _#/',.-]*$" id="EVResidenceApartment" maxlength="13"
      name="EVResidenceApartment" type="text" value="">
    <span role="alert">
      <span class="field-validation-valid" data-valmsg-for="EVResidenceApartment" data-valmsg-replace="true"></span>
    </span>
  </div>
  <div class="form-group">
    <label class="control-label text-uppercase required-label text-transform-none required-label not-bold" for="EVResidenceCity">City</label>
    <span class="sr-only">,,Required,,</span>
    <input aria_required="True" class="form-control text-uppercase text-transform-none bold" data-val="true" data-val-required="Please enter your city." id="EVResidenceCity" maxlength="100" name="EVResidenceCity" required="required" type="text"
      value="">
    <span role="alert">
      <span class="field-validation-valid" data-valmsg-for="EVResidenceCity" data-valmsg-replace="true"></span>
    </span>
  </div>
  <div class="form-group">
    <div class="form-group">
      <label class="control-label text-uppercase text-transform-none not-bold" for="EVResidenceState">State</label>
      <input aria_required="True" class="form-control text-uppercase text-transform-none bold" id="EVResidenceState" maxlength="100" name="EVResidenceState" readonly="readonly" type="text" value="MI">
      <span role="alert">
        <span class="field-validation-valid" data-valmsg-for="EVResidenceState" data-valmsg-replace="true"></span>
      </span>
    </div>
  </div>
  <div class="form-group">
    <label class="control-label text-uppercase required-label text-transform-none required-label not-bold" for="EVResidenceZipCode">ZIP code</label>
    <span class="sr-only">,,Required,,</span>
    <input aria_required="True" class="form-control text-uppercase text-transform-none bold" data-val="true" data-val-required="Please enter your zip code." id="EVResidenceZipCode" name="EVResidenceZipCode" required="required" type="text" value="">
    <span role="alert">
      <span class="field-validation-valid" data-valmsg-for="EVResidenceZipCode" data-valmsg-replace="true"></span>
    </span>
  </div>
  <span id="AddressErrorMessage" role="alert">
  </span>
</form>

<form id="address-Form" action="" class="mb-3" novalidate="novalidate">
  <input data-val="true" data-val-regex="The field Latitude must match the regular expression '^-?([1-8]?[1-9]|[1-9]0)\.{1}\d{1,6}$'." data-val-regex-pattern="^-?([1-8]?[1-9]|[1-9]0)\.{1}\d{1,6}$" id="Latitude" name="Latitude" type="hidden" value="">
  <input data-val="true" data-val-regex="The field Longitude must match the regular expression '^-?([1]?[1-7][1-9]|[1]?[1-8][0]|[1-9]?[0-9])\.{1}\d{1,6}$'." data-val-regex-pattern="^-?([1]?[1-7][1-9]|[1]?[1-8][0]|[1-9]?[0-9])\.{1}\d{1,6}$"
    id="Longitude" name="Longitude" type="hidden" value="">
  <br>
  <div class="form-group">
    <span id="searchBoxContainer" class="no-padding clearAddress resize-address">
      <label class="control-label text-uppercase required-label text-uppercase text-transform-none not-bold" for="Address">Address </label>
      <span class="sr-only">,,Required,,</span>
      <input aria_required="true" class="form-control text-uppercase text-transform-none bold" data-val="true" data-val-regex="Please enter a valid address." data-val-regex-pattern="^[a-zA-Z0-9 _#/',.-]*$"
        data-val-required="Please enter your address." id="Address" name="Address" placeholder="Enter your residential address (not just your zip code)" required="required" type="text" value="">
    </span>
    <span role="alert">
      <span class="field-validation-valid" data-valmsg-for="Address" data-valmsg-replace="true"></span>
    </span>
  </div>
  <div class="row mt-5">
    <div class="col-12 pt-md-0 text-right">
      <button id="btnClearAddress" type="button" role="button" class="btn btn-back clear-addressbtn-padding">Clear address</button>
      <button id="btnSearchByAddress" type="submit" role="button" class="btn btn-primary" formaction="/Voter/SearchByAddress">Search by address</button>
    </div>
  </div>
</form>

<form id="county-Form" action="" class="mb-3">
  <p id="county-search-instructions" class="panel-instructions">Select a County for a list of all clerks' contact information.</p>
  <br>
  <div class="form-group">
    <label class="control-label text-uppercase text-transform-none not-bold" for="Counties">County </label>
    <span class="sr-only">,,Required,,</span>
    <select class="form-control text-uppercase text-transform-none bold" id="Counties" name="Counties" required="required">
      <option value="">Select</option>
      <option value="1">Alcona County</option>
      <option value="2">Alger County</option>
      <option value="3">Allegan County</option>
      <option value="4">Alpena County</option>
      <option value="5">Antrim County</option>
      <option value="6">Arenac County</option>
      <option value="7">Baraga County</option>
      <option value="8">Barry County</option>
      <option value="9">Bay County</option>
      <option value="10">Benzie County</option>
      <option value="11">Berrien County</option>
      <option value="12">Branch County</option>
      <option value="13">Calhoun County</option>
      <option value="14">Cass County</option>
      <option value="15">Charlevoix County</option>
      <option value="16">Cheboygan County</option>
      <option value="17">Chippewa County</option>
      <option value="18">Clare County</option>
      <option value="19">Clinton County</option>
      <option value="20">Crawford County</option>
      <option value="21">Delta County</option>
      <option value="22">Dickinson County</option>
      <option value="23">Eaton County</option>
      <option value="24">Emmet County</option>
      <option value="25">Genesee County</option>
      <option value="26">Gladwin County</option>
      <option value="27">Gogebic County</option>
      <option value="28">Grand Traverse County</option>
      <option value="29">Gratiot County</option>
      <option value="30">Hillsdale County</option>
      <option value="31">Houghton County</option>
      <option value="32">Huron County</option>
      <option value="33">Ingham County</option>
      <option value="34">Ionia County</option>
      <option value="35">Iosco County</option>
      <option value="36">Iron County</option>
      <option value="37">Isabella County</option>
      <option value="38">Jackson County</option>
      <option value="39">Kalamazoo County</option>
      <option value="40">Kalkaska County</option>
      <option value="41">Kent County</option>
      <option value="42">Keweenaw County</option>
      <option value="43">Lake County</option>
      <option value="44">Lapeer County</option>
      <option value="45">Leelanau County</option>
      <option value="46">Lenawee County</option>
      <option value="47">Livingston County</option>
      <option value="48">Luce County</option>
      <option value="49">Mackinac County</option>
      <option value="50">Macomb County</option>
      <option value="51">Manistee County</option>
      <option value="52">Marquette County</option>
      <option value="53">Mason County</option>
      <option value="54">Mecosta County</option>
      <option value="55">Menominee County</option>
      <option value="56">Midland County</option>
      <option value="57">Missaukee County</option>
      <option value="58">Monroe County</option>
      <option value="59">Montcalm County</option>
      <option value="60">Montmorency County</option>
      <option value="61">Muskegon County</option>
      <option value="62">Newaygo County</option>
      <option value="63">Oakland County</option>
      <option value="64">Oceana County</option>
      <option value="65">Ogemaw County</option>
      <option value="66">Ontonagon County</option>
      <option value="67">Osceola County</option>
      <option value="68">Oscoda County</option>
      <option value="69">Otsego County</option>
      <option value="70">Ottawa County</option>
      <option value="71">Presque Isle County</option>
      <option value="72">Roscommon County</option>
      <option value="73">Saginaw County</option>
      <option value="74">St. Clair County</option>
      <option value="75">St. Joseph County</option>
      <option value="76">Sanilac County</option>
      <option value="77">Schoolcraft County</option>
      <option value="78">Shiawassee County</option>
      <option value="79">Tuscola County</option>
      <option value="80">Van Buren County</option>
      <option value="81">Washtenaw County</option>
      <option value="82">Wayne County</option>
      <option value="83">Wexford County</option>
    </select>
    <span role="alert">
      <span class="field-validation-valid" data-valmsg-for="CountyName" data-valmsg-replace="true"></span>
      <span class="field-validation-valid" data-valmsg-for="CountyID" data-valmsg-replace="true"></span>
      <span class="field-validation-valid" data-valmsg-for="Counties" data-valmsg-replace="true"></span>
    </span>
  </div>
  <div class="row mt-5">
    <div class="col-12 pt-md-0 text-right">
      <button id="btnClearCounty" type="button" role="button" class="btn btn-back">&nbsp;&nbsp;&nbsp;Clear county&nbsp;&nbsp;&nbsp;&nbsp;</button>
      <span class="horizontal-button-space">&nbsp;&nbsp;&nbsp;</span>
      <span class="vertical-button-space"><br><br></span>
      <button id="btnCountySearch" type="submit" role="button" class="btn btn-primary" formaction="/Voter/SearchByCounty">Search by county</button>
    </div>
  </div>
</form>

Text Content

Loading...
Home
Your voter information
Vote at home
Register
Vote in person
Accessible voting
Your polling place
Language services (michigan.gov)
Preregister or register to vote online
Apply for an absentee ballot online
Voter forms and publications
Your clerk
Notice of cancellation
Voter information
Voter cancellation procedures
Military and overseas voters
Students
Voters with disabilities
Early voting
About elections
Election results and data
Election security
How to vote in Michigan
Resources
Become a poll worker
Candidate information
Voter registration statistics
More election information
Frequently asked questions
Language services (michigan.gov)


Preregister or register to vote online
Apply for an absentee ballot online
Voter forms and publications
Your clerk
Notice of cancellation
Subscribe to ballot notifications
Unsubscribe from ballot notification list

Voter information

Early voting
Military and overseas voters
Students
Voter cancellation procedures
Voters with disabilities

About elections

Election results and data
Election security
How to vote in Michigan

Resources

Become a poll worker
Candidate information
Voter registration statistics
More election information
Frequently asked questions
Language services (michigan.gov)

Browsers that have javascript disabled will not be able to access some features
of this site.


Preregister or register to vote online
Apply for an absentee ballot online
Get a printable application
Your clerk
Notice of cancellation
Subscribe to ballot notifications
Unsubscribe from ballot notification list

Because the next election is within the next 14 days, registering to vote
through this website won't allow you to vote in the upcoming election. You can
still vote in the upcoming election but you will need to take additional steps.
Here’s how: Registering to Vote within 14 Days of Election


YOUR VOTER INFORMATION

This page provides helpful information about where to find your clerk, polling
place, and sample ballots. Looking to register or update your voter
registration? Visit our registration page.

Use the log in to check your:

 * Registration Status
 * Election Day and Early Voting polling place, location, and hours
 * Permanent Ballot and Email Notification Subscriptions
 * View a sample ballot
 * Track an absentee ballot and more...




SEARCH FOR YOUR VOTER INFORMATION

Entering the information below helps us securely identify you in our database.

Required fields are marked with an asterisk *.

First name ,,Required,,
Last name ,,Required,,
Birth month ,,Required,, Select January February March April May June July
August September October November December
Birth year ,,Required,,
ZIP code ,,Required,,
Clear name form    

Search by name 
,,Alternate Form,,


SEARCH BY DRIVER'S LICENSE NUMBER

Required fields are marked with an asterisk *.

Driver's license number ,,Required,,
Driver's license birth month ,,Required,, Select January February March April
May June July August September October November December
Driver's license birth year ,,Required,,
Clear license form    

Search by license 




SEARCH FOR YOUR EARLY VOTING INFORMATION

Please enter your residential street number, street name, city, state and ZIP
code to search for your early voting information.

Required fields are marked with an asterisk *.

Street address ,,Required,,


Apartment / lot #
City ,,Required,,
State
ZIP code ,,Required,,
Clear address Search by address



If you would like to contact your city or township clerk, use the search tool
below. Your clerk can help you:

 * Register to vote
 * Request an absentee ballot
 * Track an absentee ballot, and more...




SEARCH FOR YOUR CITY/TOWNSHIP CLERK

Required fields are marked with an asterisk *.

Please enter your residential street number, street name, city, state and ZIP
code to search for your clerk's contact information.



Address ,,Required,,
Clear address Search by address


SEARCH BY COUNTY

Required fields are marked with an asterisk *.

Select a County for a list of all clerks' contact information.


County ,,Required,, Select Alcona County Alger County Allegan County Alpena
County Antrim County Arenac County Baraga County Barry County Bay County Benzie
County Berrien County Branch County Calhoun County Cass County Charlevoix County
Cheboygan County Chippewa County Clare County Clinton County Crawford County
Delta County Dickinson County Eaton County Emmet County Genesee County Gladwin
County Gogebic County Grand Traverse County Gratiot County Hillsdale County
Houghton County Huron County Ingham County Ionia County Iosco County Iron County
Isabella County Jackson County Kalamazoo County Kalkaska County Kent County
Keweenaw County Lake County Lapeer County Leelanau County Lenawee County
Livingston County Luce County Mackinac County Macomb County Manistee County
Marquette County Mason County Mecosta County Menominee County Midland County
Missaukee County Monroe County Montcalm County Montmorency County Muskegon
County Newaygo County Oakland County Oceana County Ogemaw County Ontonagon
County Osceola County Oscoda County Otsego County Ottawa County Presque Isle
County Roscommon County Saginaw County St. Clair County St. Joseph County
Sanilac County Schoolcraft County Shiawassee County Tuscola County Van Buren
County Washtenaw County Wayne County Wexford County
   Clear county        

Search by county
CLOSE


NO VOTER RECORD MATCHED YOUR SEARCH CRITERIA.

Register To Vote
You may try one of the following options:
 * Re-enter your voter search information
 * Contact your local clerk
 * Refer to our voter information pages

CLOSE


MULTIPLE RECORDS MATCHED YOUR SEARCH CRITERIA.


 * Make sure you entered the information correctly
 * Try searching by driver's license or state ID. If you do not have a driver's
   license or state ID please contact your local clerk.

CLOSE


MULTIPLE RECORDS MATCHED YOUR SEARCH CRITERIA.


Please contact your local clerk.

×


ADDRESS CONFIDENTIALITY



Please enter your Address Confidentiality Participant ID
CLOSE SUBMIT
SOS Home
FAQ
Forms
Contact the Secretary of State
FOIA
ADA
State Web Sites