NHTSA collects consumer complaints to surface emerging vehicle problems. This tool queries that database for any year, make, and model, lists every complaint, and groups them by component so a pattern jumps out — invaluable when shopping for a used car or diagnosing a recurring fault.
How it works
The lookup calls one keyless NHTSA endpoint and processes the results in the browser:
complaintsByVehicle?make=&model=&modelYear= -> array of complaints
For each complaint the service returns the affected components, a free-text
summary, the crash and fire flags, any injuries or deaths, and the filing
date. The tool tallies complaints per component into a summary table and then lists
the individual reports, highlighting any that involved a crash, fire, injury, or
fatality.
When complaints data is most useful
Before buying a used vehicle — a search here takes under a minute and can surface a pattern of failures that would cost thousands to repair. If a specific model year of a vehicle has dozens of complaints about the transmission or a specific electrical system, that is worth investigating before you commit. Cross-reference with the recall lookup to check if any of those issues were covered under a formal campaign.
Diagnosing a recurring problem — if you already own a vehicle and keep experiencing the same fault, searching complaints can confirm whether other owners report the same issue. A common problem with similar descriptions suggests it is a known defect rather than a one-off. Some recurring complaints eventually lead to Technical Service Bulletins (TSBs) or recalls, which may be covered even if the vehicle is out of warranty.
Tracking crash and fire risk — complaints that report crashes or fires are flagged separately. These represent the most serious safety signals. A small number of crash-involved complaints on a specific component is worth more attention than a large volume of routine quality complaints.
How to read the component summary table
The tool groups complaints by the component the owner identified. The component names come from the NHTSA taxonomy and include systems like POWER TRAIN:AUTOMATIC TRANSMISSION, ELECTRICAL SYSTEM, STEERING, and AIR BAGS. A high complaint count on a single component is a useful signal, but the count is also influenced by how common the vehicle is — a best-selling truck model will accumulate far more raw complaints than a low-volume one. Read the complaint summaries for pattern and severity, not just the number.
Tips and notes
Use the exact manufacturer name and base model name — Chevrolet rather than Chevy — to avoid empty results. Complaints are owner-submitted and unverified; treat them as signals rather than confirmed defects. Pair this with the NHTSA recall lookup and safety-ratings lookup for a complete picture of a vehicle’s record before purchase.