How to check a VIN for open recalls (and check a whole fleet at once)
A safety recall repair is free at any franchised dealer, but only if someone notices the recall. NHTSA received 958 recall campaigns in the last 12 months (25 September 2025 to 18 September 2026), covering 43,450,237 vehicles and pieces of equipment. 25 of them told owners not to drive the vehicle until it is fixed, and 24 told owners to park outside, away from buildings, because of fire risk.
Check one VIN
The 17-character VIN is on the driver-side dashboard (visible through the windscreen), the driver's door pillar and the registration and insurance cards.
- Enter it at nhtsa.gov/recalls. NHTSA shows the recalls that are still open for that exact vehicle, based on what the manufacturer reports.
- If a recall is open, call any dealer for the brand. The repair is free, even for a used car you bought second-hand.
- Treat Do Not Drive and Park Outside notices as urgent: those are the ones where the risk is a crash or a fire.
What a VIN tells you
A VIN decodes to year, make, model, trim, engine and assembly plant. Take the widely used sample VIN 1HGCM82633A004352: it decodes to a 2003 Honda Accord EX-V6 coupe, 3.0 L six-cylinder, built in Marysville, Ohio. NHTSA lists 24 recall campaigns for the 2003 Accord: 10 for exterior lighting, 9 for front airbag inflators (driver and passenger side) and 5 others.
Try it: check VIN 1HGCM82633A004352 (free, no key)
A model-year lookup is useful even without a VIN: the 2021 Ford F-150 has 29 recall campaigns on file, including one Do Not Drive notice (21V407000, a steering gear that may be damaged internally, fixed by replacing the gear free of charge).
Which makes recall the most
NHTSA campaigns received 25 Sep 2025 to 18 Sep 2026 that name the make. One campaign can cover several makes.
Ford leads by a wide margin in the last 12 months, but raw counts also reflect how many models and vehicles each maker sells. See the per-make pages for models and components, for example Ford, Toyota, Honda and Tesla, or every make.
Checking a fleet, a lot or a customer list
Typing VINs into a web form works for one car. Dealers checking trade-ins, rental and fleet managers, and insurers need it in a spreadsheet or their own software. Recallroll decodes up to 10 VINs per call with NHTSA vPIC and lists every NHTSA recall for each vehicle, Do Not Drive and Park Outside first, with the component, summary, remedy and a link to NHTSA's page for that VIN.
curl "https://recallroll-api.cybermax-tools.workers.dev/api/check?vin=1HGCM82633A004352"
curl "https://recallroll-api.cybermax-tools.workers.dev/api/recalls?make=Ford&model=F-150&year=2021"
The same key works as a remote MCP server, so an AI assistant can answer "does this car have open recalls?" with live NHTSA data.
Published prices on 27 September 2026: auto.dev charges $0.01 per recall call on its $299/month Growth plan; CarsXE's API starts at $40.83/month billed yearly. Recallroll is free for 50 calls a day (up to 10 VINs each), then $19/month for 2,000 calls, or $5 pay-as-you-go. Prefer a weekly report? The US Vehicle Recall Brief arrives every Monday.
Sources: NHTSA recalls and the NHTSA vPIC VIN decoder (public domain).