← All posts

Domestic vs. foreign business entities: what a 'foreign' company really is

Key takeaways

  • A 'foreign' business entity is an out-of-state company, not an international one. Registering to operate outside your home state is called foreign qualification.
  • At least 8.2 million US business registrations, about 1 in 11 of the 92 million on file as of July 2026, are foreign qualifications rather than home-state formations.
  • The foreign share ranges from about 1% in Delaware to roughly 11% in Washington and North Carolina. Delaware is lowest because companies form there and operate elsewhere.
  • One company can hold a dozen or more registry records, one domestic and the rest foreign, which is why the same business turns up across many states.

A foreign business entity is a company registered to do business in a US state other than the one where it was formed. The word means out-of-state, not international. A company formed in Delaware that registers to operate in California is domestic in Delaware and foreign in California. At least 8.2 million US registrations, about 1 in 11, are these out-of-state qualifications.

What "foreign" means on a US business registration

Every US company is chartered by one state. That state is its domicile, and there it is a domestic entity. When the same company wants to operate in a second state, it does not form a new company. It registers the existing one with the second state as a foreign entity, a process called foreign qualification. The filing that grants it is usually named a certificate of authority.

So "foreign" on a state registry has nothing to do with other countries. A Texas LLC is a foreign entity in Oklahoma the moment it qualifies there. Each state publishes rules for when an out-of-state company has to register: Texas, for example, lists the activities that count as transacting business and require a certificate of authority. A company that skips the step can lose the right to sue in that state's courts and can owe back fees.

The practical result is that one business generates one domestic record and one foreign record for every additional state it operates in. All of them are real, and all of them are public.

How common are foreign registrations?

At least 8.2 million of the roughly 92 million business registrations on file across the 50 state registries are foreign qualifications. That is about 1 in 11. The rest are domestic: companies recorded in the state that formed them.

Foreign qualification skews toward larger, incorporated businesses. Of the 8.2 million foreign registrations, 4.3 million are corporations and 3.4 million are LLCs, even though LLCs outnumber corporations across the corpus as a whole. A single-state business has no reason to qualify anywhere else; a national operator qualifies in dozens of states, and those tend to be corporations.

The count comes from the domicile field on 92,138,242 registration records on file as of July 2026, one record per state registry number. Records where the field is blank are excluded from the foreign total, so 8.2 million is a floor, not a ceiling.

Which states hold the most out-of-state companies

The foreign share is not uniform. Across the large states where the registry marks it, it runs from about 1% to about 11% of all registrations, highest to lowest:

StateRegistrations on fileForeign share
Washington1,419,67311.2%
North Carolina1,752,30511.0%
California9,231,92110.5%
Virginia2,023,0679.9%
New Jersey3,358,9819.8%
Texas3,122,2918.6%
Illinois3,348,7758.4%
New York7,121,3378.0%
Georgia3,632,8167.4%
Florida12,607,1554.7%
Delaware4,817,9811.0%

Delaware is the outlier, and the reason is the point of the whole concept. Delaware is where companies incorporate to operate elsewhere, so its records run overwhelmingly in the other direction: domestic formations that then qualify as foreign entities in other states. Only about 1% of the registrations on file in Delaware are themselves foreign. The flow runs outward, not in.

Why the same company is registered in many states

A business that operates nationally has to be registered in every state where it does enough business to trigger the rule. Because there is no national business registry, each of those is a separate filing with a separate Secretary of State, and each produces its own registry record with its own registry number and its own status.

That is why a search for a large company returns a stack of records. A national insurance brokerage or retailer can appear in 30 or 40 states, one domestic record in its home state and a foreign registration in each of the others. The records are not duplicates and not errors. They are the same legal entity, authorized separately in each state, and each state tracks that authorization on its own.

How to find where a company is actually incorporated

The state where you find a company is not necessarily the state that formed it. To find the home state, look for the domestic registration.

A registry record carries a domicile marker, domestic or foreign, and the domestic one names the state of formation. If the record you have is foreign, it confirms the company is authorized to do business in that state but points back to another state as its origin. To confirm the company itself exists, verify it against its home-state record by registry number, not by the first state where you happened to find it. The NASS directory links all 50 official portals, and searching a single state is free.

Status is read per state, too. A company can be active in its home state and have a lapsed or withdrawn foreign registration in a state it has left, because each state tracks only its own authorization.

Reading domestic and foreign across all 50 states at once

Sorting domestic from foreign by hand means searching 50 registries and reconciling 50 sets of wording. GovFiles normalizes all 50 state registries into one schema keyed by jurisdiction code and registry number, with a domicile field on every record, so a lookup tells you at once whether a registration is a home-state formation or an out-of-state qualification.

# Look up one registration and read its domicile
curl -H "X-API-Key: $KEY" \
  "https://api.govfiles.dev/v2/companies/us_ca/202355010277"
{
  "jurisdiction_code": "us_ca",
  "entity_number": "202355010277",
  "legal_name": "Marsh USA LLC",
  "status": "active",
  "legal_form": "llc",
  "domicile": "foreign",
  "formed_on": "2023-02-09"
}

The domicile value of foreign marks this California record as an out-of-state company qualified to do business there, not one formed in California. A POST /v2/companies/search by name returns the full set of a company's records across states, each carrying its own domicile, so you can pick out the domestic one.

Frequently asked

What is a foreign business entity in the US? A foreign entity is a company registered to do business in a US state other than the one where it was formed. The word means out-of-state, not international. A company formed in Delaware that registers to operate in California is a domestic entity in Delaware and a foreign entity in California. The act of registering out of state is called foreign qualification, and the filing is usually a certificate of authority.

What is the difference between a domestic and a foreign LLC? A domestic LLC is registered in the state where it was formed. A foreign LLC is that same company registered again in another state so it can legally do business there. It is one company with two registry records, not two companies. The home-state record is the one that establishes the LLC exists; the foreign record only authorizes it to operate in the second state.

How common is foreign qualification? At least 8.2 million US business registrations, about 1 in 11 of the 92 million on file across the 50 state registries as of July 2026, are foreign qualifications rather than home-state formations. The share varies by state, from about 1% in Delaware to roughly 11% in Washington and North Carolina.

How do I find out where a company is really incorporated? Look for its domestic registration, the one in the state that chartered it. A registry record marks whether a registration is domestic or foreign, and the domestic one names the state of formation. A company you find registered in one state may have been formed in another and registered there as a foreign entity, so the first record you find is not always its home state.

GovFiles API

One schema for business entity data from all 50 states — officers, registered agents, filings and status history.

Get an API key