Skip to main content

How to get driver record from Texas State?

You have a Texas driver license, you need to get your driver's record and you don't know how to get it. Here is the recipe to get your driver's record right away.

There are two ways of ordering your driver record: (i) Order it online, (ii) Order it by mail.
There is no other way to get it and please do not try to go any driver license office. Since you will not be able to get your driver record from the office although you may spend hours there.

(i) Order it online:

The easiest and the fastest method to get your driver record is ordering it online. But you need to have following items with you:

  • Your driver license (Info on the license would be needed)
  • Date of birth
  • Last 4 digits of your Social Security Number (SSN)
  • A credit card. (Since you will be charged for this service)
  • Most importantly, you must know what kind of driver record you need since there exist numerous types of driver record and their prices are all different.

Below table shows the types of driver records and corresponding prices. Make sure which type fits to you before requesting a driver record.


TYPE NAME
TYPE EXPLANATION
PRICE
Type 1
Status record
$ 4.00
Type 2
3-year history
$ 6.00
Type 2A
Certified 3-year history
$ 10.00
Type 3
List of all crashes and violations
$ 7.00
Type 3A
Certified list of all crashes and violations
$ 10.00
Type AR
Certified abstract of complete driver record
$20.00


To open the web page first open the official page of Texas Department of Public Safety. Then click on "Driver License -> Request Driver Record".



Then click on "Order Now" button or simply click here directly to open the Licensee Driver Records page. After then, proceed accordingly and you will get your driver record right away. If you have a printer, you can directly print it in your hand.


(ii) Order it  by mail:

This method is the slowest one and may take a few weeks. Unless you have to do, do not choose to proceed this way. However, if you do not have your SSN number yet, this is the only way you can go ahead.

If your only way through driver record is this, then you should have driver record request form. Print this form and fill it out with your personal information. Put the fee according to the above table and your choice of driver record type. Cash is not accepted!!! Put a money order or a check inside the envelope together with the application form. Then mail the envelope to the address: "Texas Department of Public Safety, Box 149008, Austin, TX 78714-9008". 

Although 3 weeks passed and you did not receive the driver record, contact with the Customer Service.


Comments

Popular posts from this blog

How to Fill out a Cheque?

In this post, I will demonstrate how to fill out a cheque properly. You can have a cheque book either from your bank or any store. If you find these two suggestions expensive, you could also design and print out your own cheque. In Figure 1, a sample cheque is displayed and in Figure 2, some regions of the sample cheque are highlighted. Figure 1: Sample unfilled cheque. Figure 2: Some regions are highlighted in sample cheque. 1- Name and Address of Payer: Name and  address of the person who is the owner of this cheque and is filling out the cheque should be written in this region. 2- Date: For any official document, date is a mandatory field and hence you should write current date in this region. 3- Payee Name: Payee could be either a person or an organization (Store, Restaurant, Company, School etc.) You should write the name of the payee here explicitly. 4- Amount of Payment (Numeric): Exact amount of the payment should be w

Star Wars ASCIImation with Python - Windows

In this post, we'll watch a Star Wars movie in ASCII format. The only thing we need for this demo is Python-installed PC and internet connection. Figure : Screenshots from Python Command line while Star Wars is being streamed All credits gained in this demo will go to " blinkenlights.nl " [2] website, which broadcasts this ASCII movie using Telnet protocol on Port 23, and Python which makes socket implementation very easy for us. No authentication is needed for this broadcast. Anyone who is able to create a TCP socket and listens  blinkenlights.nl  on port 23 would be able to get this stream and display on their Python command line. CODE My main source for Python source code is [1]. What  code below does is simply importing Python "socket" library, create a socket, use " towel.blinkenlights.nl " address variable to create connection, receive data from socket and display it. While typing (copy/paste) code, be careful about indentatio

Internet of Things (IoT) with MicroPython

VIDEO LIVE DEMO Please check the link for Live DEMOs  SLIDES REFERENCES    [1] http://micropython.org/    [2] WebREPL: http://micropython.org/webrepl/    [3] Programming with MicroPython, Nicholas H. TollerWay    [4] http://dpgeorge.net/    [5] https://github.com/micropython/micropython    [6] https://www.youtube.com/watch?v=EvGhPmPPzko&t=1488s    [7] https://forum.micropython.org/viewtopic.php?t=744    ABBREAVIATIONS   REPL : Read Evaluate Print Loop