NPI20 Jun 2026 5 min read

How to find a provider's NPI number

Need a physician, clinic, or organization's NPI for a claim, credentialing file, or EHR record? Here's how to search by name, organization, and state — and what to do when you get duplicate matches.

The fastest way to find an NPI is to search NPPES (the CMS registry) by name and state, or by organization name. You don't need the exact spelling of a specialty or an old address — the registry indexes on name, location and taxonomy, and a couple of filters usually narrows thousands of results down to one.

Search by individual name and state

For a clinician, search last name plus state. First name is optional but helps if the last name is common. State matters because NPPES doesn't rank by relevance — it returns every match, and "Smith" in California alone can run into the hundreds. Adding city, or a taxonomy keyword like "cardiology" or "family medicine", cuts that down fast.

Search by organization name

For a hospital, group practice, clinic or lab, search the organization name field instead of first/last name — these are Type 2 (organization) NPIs and won't show up under a person search. Partial names work: searching "St Mary" will surface every enrolled entity with that string in its legal or DBA name, which is useful when you don't know the exact incorporated name on file.

Patientary's NPI lookup runs both searches from one box — by NPI, individual name, organization name, taxonomy, city, state or ZIP — against the live NPPES feed, so you don't need to know in advance which search type you need.

Individual (Type 1) vs organization (Type 2)

Every NPI starts with either a 1 (individual) or a 2 (organization) — that's structural, not a coincidence. A solo clinician has a Type 1 NPI. The practice or facility they bill under has its own, separate Type 2 NPI. A physician employed across three clinics will have one Type 1 NPI that shows up linked to three different Type 2 organizations in their taxonomy and "other identifiers" data — that's normal, not an error.

When you get multiple matches

  • Add the state, then the city — this is the single biggest filter for common surnames.
  • Add a taxonomy or specialty keyword if you know it (e.g. "nurse practitioner", "internal medicine").
  • Check the credential suffix (MD, DO, NP, PA) and middle name if the record shows them — NPPES doesn't always, but when it does they're decisive.
  • Cross-check the practice address against a directory, referral letter, or the patient's insurance card — the address on file is often the strongest disambiguator.
  • If it's an organization, search a distinctive fragment of the legal name rather than the common abbreviation everyone uses locally.

Where the NPI goes once you have it

On a professional claim (CMS-1500), the rendering provider's NPI goes in box 24J and the billing provider's NPI in box 33a — they're often different people or entities. On an institutional claim (UB-04), the billing provider NPI is box 56 and the attending provider NPI is box 76. Getting the wrong NPI in the wrong box is a routine cause of claim rejections, which is why it's worth confirming you have the right Type 1 vs Type 2 number before submission, not after a denial.

Search NPPES by name, organization, or NPI

Open the NPI lookup

For developers and agents

If this search happens inside software rather than a browser, `GET /api/v1/npi?last_name=&state=&taxonomy=&organization=&city=` returns the same NPPES data as structured JSON — pass the fields you have and get back ranked candidates with their Type 1/2 flag, taxonomy and address, ready to disambiguate programmatically instead of by eye.

Anything cited above is general reference, not medical, coding or billing advice. To look something up against live data, run a free NPI lookup, or search the ICD-10-CM code set.

More guides

Look it up, then build on it

Search providers and codes free, then get an API key for your software or your AI agent — no card to start.

Get an API key