How to Find a Property Owner by Address (2026 Guide)

By · Last updated May 26, 2026 · 11 min read

You have a street address and you need to know who owns the property. Maybe you’re researching a vacant lot before making an offer, sending a public-notice letter to neighbors of a project site, trying to reach an absentee landlord, or just curious who bought the house down the block. Whatever the reason, the U.S. has a robust public-records system for property ownership — you just have to know which database to query.

This guide walks through four methods, ordered roughly fastest-to-slowest, then covers the edge cases (LLCs, redacted owners, stale data) and the state-by-state variations.

The fastest path for 117 counties across 39 states: UrbanKit’s Parcel Lookup tool queries the county’s public ArcGIS REST endpoint directly from your browser. Paste the county’s endpoint URL (or open from the Parcel Atlas), search by address, get the owner of record. For counties not yet in the atlas, jump to Method 2 — the County Assessor website always works.

What “property owner” actually means

Before searching, a quick definitional note that saves real time later: owner of record is the legal entity or person named on the deed and the tax bill. That’s what every county system shows. Beneficial owner is the actual human or humans who control that entity. A property held by Sunset Holdings LLC has Sunset Holdings as owner of record; the beneficial owner is whoever controls Sunset Holdings.

County data only shows owner of record. Tracing to beneficial owner requires business-entity research (and sometimes more). For most everyday use cases — mailing notices, tax research, neighbor questions, due-diligence summaries — owner of record is what you want.

Four methods to find the owner of record

Method 1: County parcel REST API (programmatic, fastest)

The UrbanKit Parcel Atlas indexes 117 counties across 39 states with their public ArcGIS REST endpoints. Of those 117, the majority expose an owner-name field on the public layer (the rest restrict owner-name to their assessor portal, usually due to state-specific redaction laws — see the state variations section).

If your county is indexed:

  1. Open the Parcel Atlas and find your state, then your county.
  2. Click “Open in Parcel Lookup” on the county card — the endpoint URL pre-fills.
  3. Set the search field to the county’s address field (the tool auto-detects: SITUS_ADDR, SiteAddress, TRUE_SITE_ADDR, etc.) and type the address.
  4. Results return owner name, parcel ID, mailing address, assessed value, and other publicly exposed fields.

For interactive use this takes ~30 seconds. For programmatic batch use, the same endpoint accepts ArcGIS REST /query calls with where=UPPER(OWNER) LIKE UPPER('%SMITH%') filters. The ArcGIS parcel layer URL article covers the REST query syntax in depth.

Method 2: County Assessor / Property Appraiser website (most reliable fallback)

Every U.S. county publishes a property search interface on its assessor’s, appraiser’s, or recorder’s website. This is the canonical source for owner-of-record data — the county built it, the county updates it, the data on it is what the county uses for tax billing.

If the REST API method above doesn’t cover your county (most don’t — we cover 117 of ~3,100 U.S. counties), the assessor website always works. Search:

  • California: County Assessor (e.g., assessor.lacounty.gov, assessor.sonoma-county.org). Search by address.
  • Florida: County Property Appraiser (e.g., miamidade.gov/pa, bcpa.net for Broward). Search by address; results show folio + owner.
  • Texas: County Appraisal District — usually [county]CAD.org. Search by address.
  • Illinois: County Supervisor of Assessments (e.g., kanecountyassessments.org). Address search returns PIN + taxpayer name.
  • New York: NYC uses the Department of Finance Digital Tax Map (nyc.gov/digitaltaxmap); upstate counties use the County Real Property Tax Service.

The user experience is universally clunky — county GIS portals are usually a decade behind general web standards — but the data is authoritative and free.

Method 3: County Recorder for the canonical deed record

The County Assessor lists who the county thinks owns the property based on the most recent deed they processed. The County Recorder (sometimes called Clerk-Recorder or Register of Deeds) holds the deeds themselves — the actual signed document conveying title from grantor to grantee.

For most lookups the assessor record is fine and faster. The Recorder is the right path when:

  • The property was sold within the last 30-90 days and the assessor record may be stale.
  • The assessor lists a placeholder or generic owner (“Unknown,” “Heirs of Smith,” etc.) and you need the actual grantee on the most recent deed.
  • You’re researching transaction history rather than just the current owner.
  • The assessor record is redacted and you need to verify recent ownership.

Recorder searches are typically by document number, grantor name, or grantee name — not by address. To find the right document by address, use the assessor record first to get the parcel ID, then search the Recorder by parcel ID. Many counties combine the two into one portal; others keep them strictly separate.

Method 4: Paid parcel-data services

If you’re researching across many properties, multiple states, or need owner data that’s been normalized and deduplicated across county schemas, paid services are the practical path. The main options:

  • Regrid — nationwide parcel data, includes owner names, refreshed monthly to quarterly. Strong for batch downloads and GIS-style integration. regrid.com.
  • ATTOM Data — enterprise property data, including transaction history. Higher-priced; targeted at real-estate technology vendors. attomdata.com.
  • PropertyShark — consumer-and-investor-oriented property research, strong UI, includes some beneficial-ownership work. propertyshark.com.
  • ReportAll USA — nationwide parcel API, simpler pricing than ATTOM. reportallusa.com.

These services use the same underlying county data plus their own normalization and entity-resolution work. For one-off lookups they’re overkill; for bulk work or interstate research they save real time.

State-by-state notes on owner-name access

The owner-name field is treated differently in different states’ cadastral systems. The biggest practical distinctions:

State / Region Owner-name policy Practical impact
California Government Code §7928.205 lets owners request redaction Many large CA counties (LA, Orange, Santa Clara, Contra Costa, Sacramento) restrict owner-name from the public REST layer. Use the County Assessor portal for owner-name lookups.
Florida Statute 119.071 allows similar redaction; most counties expose owner directly Miami-Dade, Broward, Duval, Manatee expose TRUE_OWNER, OWNER, or LNAMEOWNER fields. Orange and Hillsborough restrict to portal-only.
Texas Tax Code §25.025 + Government Code Chapter 552 lean toward transparency Most TX County Appraisal Districts expose OWNER_NAME or TAXPANAME1 directly. Limited redaction for protected categories (peace officers, judges).
Illinois Open Records Act; most counties expose TaxName (taxpayer of record) Kane, McHenry, Lake, St. Clair, DuPage, DeKalb expose owner-equivalent fields directly. Cook County PIN-only on the public REST.
New York RPS / DOF data is broadly public; NYC has separate Department of Finance system NYC parcels publish OwnerName; upstate counties via the NYS RPS layer with COUNTY_NAME filter expose owner-equivalent fields.
Massachusetts, Vermont Town-as-parcel-unit; owner data per municipality, no uniform statewide policy Town clerks often the canonical source. Vermont’s VCGI statewide layer aggregates some.
Other states Vary by county; most lean transparent If county REST isn’t indexed, the County Assessor website is the consistent path.

Edge cases that surprise people

The owner is an LLC (or a trust, or a partnership)

Increasingly common, especially for higher-value properties and rental real estate. The county system shows the legal entity as owner of record. To find the humans behind it:

  1. For an LLC: search the Secretary of State’s business-entity database in the state where the LLC is registered. Delaware, Nevada, and Wyoming are popular for property-holding entities because their disclosure requirements are minimal. Most other states publish at least the registered agent and date of formation.
  2. For a trust: the deed names the trustee, who is typically (but not always) the beneficial owner’s representative. South Dakota and Nevada permit more opaque trust structures than other states.
  3. For a partnership: the partnership filing with the Secretary of State shows the partners. Limited partnerships often disclose only the general partner.

For aggressive entity-tracing work, services like Regrid and ATTOM publish “beneficial ownership” data sets, though these are inferences (resolving common addresses, agents, and signatures) rather than legally definitive.

The owner field shows “OWNER REDACTED” or “WITHHELD”

Most U.S. states let qualifying owners request name redaction. Protected categories vary by state but typically include peace officers, judges, prosecutors, public defenders, social workers, victims of domestic violence, and certain elected officials. California Government Code §7928.205, Florida Statute 119.071, and similar laws in Texas, New York, and other states govern this.

When you see a redacted owner field, the property exists and someone owns it — the county is just legally barred from publishing the name on the open record. The deed at the Recorder’s office may still be public (the redaction typically applies to the assessor’s consolidated listing, not the underlying deed), so check Method 3 if a recent owner is needed for a legitimate purpose.

The property is held in joint tenancy or community property

Many county assessors list a single name (the first listed on the deed) and a generic “& UX” or “ET AL” or “ET UX” suffix. To see all the names, pull the deed itself from the County Recorder — the deed lists every grantee.

The address has multiple parcels (or no parcel at all)

A high-rise condo has one street address but dozens or hundreds of separate parcels (one per unit). The county assessor will return many results when you search by the building’s street address. To narrow to a specific unit, search by APN if you have it, or by the unit number combined with the address.

Conversely, a vacant lot may have no street address at all, just a parcel ID. The county GIS portal will let you search by parcel ID directly.

What to do with the owner’s name

Once you have the owner of record, the natural next steps depend on use case:

  • Mailing a notice or letter: the county assessor data also lists the owner’s mailing address, which is often different from the property address for absentee landlords or out-of-state owners. The CSV to Avery 5160 Labels tool generates print-ready labels from owner-name + mailing-address lists; the Radius Notice tool generates the lists themselves for public-notice mailings.
  • Researching property history: the County Recorder has the deed history. Most counties have transaction-by-transaction listings going back decades.
  • Tracing an LLC or trust: the state Secretary of State’s business-entity database is the next stop. Public-records research services can help with cross-state tracing.
  • Verifying tax-payment status: the County Treasurer or Tax Collector publishes payment status by parcel ID.

What you cannot find through these methods

  • The owner’s phone number, email, or current physical address. County data shows the legal name and the address the tax bill is mailed to. That’s it.
  • The owner’s purchase price (in non-disclosure states). Twelve states (Texas, Idaho, Kansas, Mississippi, Montana, New Mexico, Utah, Wyoming, and partial-disclosure variants) don’t require sale prices to be reported publicly. The deed shows the price in disclosure states; in non-disclosure states the consideration is sometimes listed as “$10 and other valuable consideration.”
  • Beneficial owner behind an opaque LLC or trust without doing additional research (see edge cases above).
  • Property tax exemption details in the basic search — you may need to drill into the county’s exemption application records separately.

Compliance and ethics

U.S. property records are public under state Open Records Act / Public Records Act statutes. Searching them is legal and unrestricted in the vast majority of cases. Using the data is where regulation lives:

  • Marketing-based uses fall under state consumer-data and Do-Not-Mail laws (notably California’s CCPA).
  • Repeated, unwanted contact with a property owner via information obtained from public records can rise to harassment or stalking under most state criminal codes, even when the records themselves were obtained legally.
  • Reselling parcel data may trigger data-broker licensing requirements in California, Vermont, Oregon, and a growing number of states. The legality of the lookup itself is rarely the issue; the legality of bulk redistribution often is.

For legitimate purposes — public-notice mailings, neighbor research, due diligence, journalism — the records exist precisely so people can use them. Use accordingly.

The bottom line

For one-off lookups in an indexed county, the Parcel Lookup tool is fastest. For everything else, the County Assessor website is the universal fallback. For bulk work or out-of-state research, paid services like Regrid or ATTOM save time. The records are public; the methods are well-established. The hardest part is usually just remembering which county to search.


Related: How to Find Your Parcel Number from Your Address · What is an APN? · Querying parcel data by owner name · Deduplicating mailing lists