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.
Notes and tips
Complaints are owner-submitted and unverified, so treat them as signals rather than proof. Higher-volume models naturally accumulate more reports, which means raw counts should be read alongside how common the vehicle is. Use the exact manufacturer name and base model name — Chevrolet rather than Chevy — to avoid empty results, and pair this with the recall and safety-ratings lookups for a fuller picture of a vehicle’s track record.