Introduction
A sole proprietorship is the simplest and most common way to start a business in the United States, and Arizona is no exception. If you have ever sold handmade crafts at a farmers market, done freelance graphic design, mowed lawns for neighbors, or offered consulting services on the side, you may already be operating a sole proprietorship without realizing it. There is no paperwork required to “create” one, because legally, you and your business are the same entity.
This guide is for anyone in Arizona who wants to formally understand what a sole proprietorship is, why it matters, and how to set one up correctly from day one. Whether you are a first-time entrepreneur testing an idea on the side or someone ready to make self-employment your primary income source, this article walks through every practical step, from naming your business to opening a bank account.
Think of a sole proprietorship like driving your own car under your own name, versus forming an LLC, which is more like renting a car under a company name. With a sole proprietorship, everything the business does (and any debts it takes on) is legally tied directly to you as an individual.
By the end of this guide, you will understand the core concept of a sole proprietorship, how registration and licensing work in Arizona, the tax obligations involved, and the common mistakes new business owners make when getting started.
Beginner Explanation
A sole proprietorship is a business owned and run by one person, where there is no legal separation between the owner and the business. This means you do not need to file formation paperwork with the state to “become” a sole proprietor; the moment you start doing business activities for profit, you are one by default.
This structure exists because not every business needs the complexity of forming a corporation or a limited liability company (LLC). For a freelance writer, a dog walker, or someone selling goods online part-time, a sole proprietorship offers a simple way to start earning income immediately without extensive paperwork or fees.
The problem it solves is accessibility: it removes bureaucratic barriers to entrepreneurship. Anyone can start earning money as a business almost instantly. The tradeoff is that because there is no legal separation between you and the business, your personal assets (your car, your savings, even your home in some cases) are not protected if the business is sued or owes money. This is different from an LLC, which creates a legal shield between personal and business liability.
Within the broader small business ecosystem, sole proprietorships are often a starting point. Many freelancers and side hustlers begin here, then later convert to an LLC once revenue grows or liability risk increases.
How It Works
Understanding the flow of a sole proprietorship helps clarify why each registration step exists. Unlike a corporation, there is no separate legal “entity” to register at the state level for a sole proprietorship itself, but there are supporting registrations that give your business a public identity and tax compliance.
You (the individual)
|
v
Business Activities (sales, services, contracts)
|
v
Optional: Trade Name Registration (Arizona Secretary of State)
|
v
Optional: EIN (IRS) for tax and banking purposes
|
v
Transaction Privilege Tax (TPT) License (Arizona Dept. of Revenue), if selling taxable goods/services
|
v
Local City/County Licensing (varies by location)
Each of these components plays a distinct role:
- You are the legal entity; there is no separate “business” in the eyes of the law.
- A trade name (also called a DBA, or “doing business as”) lets you operate under a name other than your own legal name.
- An Employer Identification Number (EIN) from the IRS acts like a Social Security Number for your business, useful for opening bank accounts and filing taxes.
- A Transaction Privilege Tax (TPT) license is Arizona’s version of a sales tax permit, required if you sell taxable goods or services 1.
- Local licensing requirements depend on your city or county and the nature of your business.
Step-by-Step Tutorial
This walkthrough assumes you are starting from scratch with no existing registrations.
Step 1: Choose Your Business Name
Decide whether you will operate under your own legal name (for example, “Jane Smith”) or a separate trade name (for example, “Desert Bloom Photography”). If you plan to use anything other than your personal legal name, you will need to register a trade name.
Explain what is happening: Arizona does not require sole proprietors to register a name if they use their own legal name, but any assumed name must be registered to protect it and to satisfy banks and vendors.
Step 2: Register a Trade Name (If Desired)
If you chose a business name different from your own, register it with the Arizona Secretary of State’s office through the Trade Name and Trademark portal 2.
# No command line needed — this is done via the AZSOS online portal
# Visit: https://azsos.gov/business/tntm
The filing fee for an Arizona trade name registration is approximately $10, and registration is valid for five years before renewal is required 3. Processing is typically same-day to a few business days when filed online.
[Screenshot: Arizona Secretary of State Trade Name and Trademark online portal homepage]
Caption: The reader should notice the “Register a Trade Name” button and the fields for business name, owner information, and business address.
Step 3: Obtain an EIN From the IRS
An EIN is optional for sole proprietors with no employees, since you can legally use your Social Security Number instead 1. However, most business owners get one anyway because it protects your SSN from being shared with clients and vendors, and many banks require it to open a business account.
# Apply directly on the IRS website (free, takes about 10 minutes)
# https://www.irs.gov/businesses/small-businesses-self-employed/employer-id-numbers
Expected output: an EIN confirmation letter (Form CP 575) is issued immediately online, or by mail within a few weeks if applying by fax or paper.
[Screenshot: IRS EIN online application confirmation screen showing your newly issued EIN]
Caption: The reader should notice the EIN number displayed at the top and the option to download the confirmation letter as a PDF.
Step 4: Apply for a Transaction Privilege Tax (TPT) License
If your business sells taxable goods or services in Arizona, you need a TPT license through the Arizona Department of Revenue 4. This is Arizona’s equivalent of a sales tax permit, though it technically taxes the seller’s privilege of doing business rather than the buyer’s purchase.
You can apply through AZTaxes.gov, the Arizona Business One Stop portal, by mailing a paper Joint Tax Application (JT-1), or in person at a Department of Revenue office 1.
# Fastest method: apply online
# https://www.aztaxes.gov/
Sole proprietors without employees can use their Social Security Number in place of an EIN on this application, but single-member LLCs must use a federal EIN 1. Expect same-day license number issuance online, with a mailed certificate arriving in seven to ten business days 1.
[Screenshot: AZTaxes.gov TPT license application confirmation page]
Caption: The reader should notice the license number field and the “Print Certificate” option once payment is confirmed.
Step 5: Open a Business Bank Account
Even though a sole proprietorship has no legal separation from you personally, keeping a dedicated business bank account is essential for tracking income, expenses, and simplifying tax season. Bring your EIN (or SSN), trade name registration if applicable, and a government-issued ID to your bank of choice.
Verification checkpoint: after opening the account, confirm that checks and deposits under your business or trade name are accepted without issue.
Step 6: Check Local Licensing Requirements
Many cities and counties in Arizona require additional licenses depending on your industry, such as a general business license, health permits for food businesses, or a home occupation permit if you run the business from your residence. Contact your local city clerk’s office or check the Arizona Commerce Authority’s resources for guidance 5.
Troubleshooting checkpoint: if you are unsure whether your specific city requires a license, call your city’s business licensing department directly, since requirements vary widely between Phoenix, Tucson, Mesa, and smaller municipalities.
Configuration Examples
While a sole proprietorship does not involve software configuration files, keeping organized digital records is critical. Below is a simple example of a bash script layout some freelancers use to organize receipts and invoices for tax time.
# Example folder structure for record keeping
mkdir -p ~/business-records/{invoices,receipts,tax-documents,licenses}
A simple budget tracking template in YAML format, useful if you manage finances with automation tools:
business_name: "Desert Bloom Photography"
ein: "XX-XXXXXXX"
tpt_license_number: "XXXXXXXXX"
fiscal_year: 2026
income_categories:
- services
- product_sales
expense_categories:
- equipment
- marketing
- licensing_fees
This is not a required government format, just a helpful way to keep your finances organized as your side business grows.
Real-World Examples
A photographer in Surprise, Arizona, might start as a sole proprietor doing weekend weddings under her own name, register a trade name once she wants a branded look, and later apply for a TPT license once she begins selling printed photo packages, which count as taxable tangible goods.
A freelance web developer in Tucson might skip the trade name step entirely and operate simply as “John Doe,” using an EIN mainly to keep his SSN off client invoices, without ever needing a TPT license because software development services are generally not subject to Arizona’s TPT in the same way retail sales are.
A small retail seller running an online Etsy shop from Mesa would likely need both a trade name registration for branding and a TPT license, since selling physical goods to Arizona customers typically triggers a tax collection obligation.
Advantages
- Extremely low startup cost, often just the optional $10 trade name fee 3.
- Fast setup, since there is no state entity formation required before you can start doing business.
- Full control, since all decisions and profits belong solely to you.
- Simple tax filing, since business income is reported directly on your personal tax return via Schedule C.
Disadvantages
- No personal liability protection, meaning personal assets are at risk if the business is sued or owes debts.
- Harder to raise outside investment, since there is no stock or membership interest to sell.
- The business ends when you do, since it has no legal existence separate from you.
- Some clients and vendors may perceive a sole proprietorship as less established compared to an LLC or corporation.
Common Mistakes
Skipping trade name registration when using a business name. New owners sometimes assume they can use any name they like without registering it. This happens because the state does not require registration to start operating, but skipping it can lead to naming conflicts or issues opening a bank account. Fix this by registering your trade name with the Arizona Secretary of State before printing business cards or signage 2.
Confusing an EIN requirement with a TPT license requirement. These are separate registrations with different purposes: one is federal for tax identification, the other is a state sales tax obligation. Apply for each based on your actual business activity rather than assuming one covers the other 1.
Not tracking business and personal expenses separately. Because a sole proprietorship has no legal separation, it is tempting to mix finances. This makes tax season far more complicated and increases audit risk. Open a dedicated bank account early to keep records clean.
Forgetting local city licensing requirements. Owners often register at the state level and assume they are fully compliant, forgetting that cities like Phoenix or Scottsdale may have their own additional licensing rules.
Troubleshooting Guide
| Problem | Possible Cause | Solution |
|---|---|---|
| Bank refuses to open a business account | Missing EIN or trade name documentation | Obtain an EIN and, if applicable, trade name registration before visiting the bank |
| TPT license application rejected | Missing EIN for a single-member LLC (EIN required for LLCs, optional for sole proprietors) 1 | Apply for an EIN through the IRS first, then resubmit the JT-1 application |
| Trade name registration denied | Name too similar to an existing registered name | Search the AZSOS trade name database and choose a distinguishable name 2 |
| Confusion about whether TPT applies | Uncertainty whether the business sells taxable goods/services | Review the Arizona Department of Revenue’s TPT guidance or call ADOR directly 4 |
| Delayed TPT certificate | Applied via mailed paper JT-1 form | Use AZTaxes.gov online instead for same-day license number issuance 1 |
Comparison Section
New business owners often wonder whether to start as a sole proprietorship or form an LLC right away.
| Factor | Sole Proprietorship | Arizona LLC |
|---|---|---|
| Setup cost | Free to start, ~$10 optional trade name fee 3 | Formation filing fee plus publication requirements |
| Liability protection | None; personal assets at risk | Personal assets generally protected |
| Tax filing | Reported on personal return (Schedule C) | Can be taxed as pass-through or elect corporate taxation |
| EIN requirement for TPT | Optional; SSN allowed 1 | Required 1 |
| Best for | Testing an idea, low-risk side income | Established businesses with liability exposure or growth plans |
A sole proprietorship makes sense for low-risk, low-revenue activities where speed and simplicity matter most. An LLC becomes more attractive once you have employees, significant contracts, or meaningful liability exposure.
Frequently Asked Questions
Do I need to register my sole proprietorship with the state of Arizona? No formation filing is required to become a sole proprietor. You only need to register if you use a trade name other than your own legal name 2.
Is an EIN mandatory for a sole proprietorship? No, it is optional. Sole proprietors without employees can use their Social Security Number instead, though many choose an EIN for privacy and banking convenience 1.
What is a Transaction Privilege Tax (TPT) license, and do I need one? It is Arizona’s version of a sales tax permit, required if you sell taxable goods or certain services within the state 4.
How much does it cost to register a trade name in Arizona? The filing fee is approximately $10, and the registration is valid for five years 3.
Can I operate under my own name without any registration? Yes. If you use your exact legal name, no trade name registration is required.
How long does it take to get a TPT license? Applying online through AZTaxes.gov typically issues a license number the same day, with a mailed certificate arriving in seven to ten business days 1.
Does a sole proprietorship protect my personal assets? No. There is no legal separation between you and the business, so personal assets can be at risk from business debts or lawsuits.
Do I need a local city business license too? Possibly. Requirements vary by city and county, so check with your local government in addition to state-level registrations.
Can I later convert my sole proprietorship into an LLC? Yes, many businesses start as sole proprietorships and convert to an LLC once revenue or liability concerns grow.
Who has to sign the TPT application if I am married? In Arizona, a community property state, both spouses must sign the TPT license application if the business is owned by a married couple 1.
Is a sole proprietorship the same as being “self-employed”? Essentially yes; if you earn income independently without forming a separate legal entity, you are operating as a sole proprietor for tax purposes.
What happens to the business if I stop operating? It simply ceases to exist, since it was never a separate legal entity from you.
Related Resources
- Arizona Secretary of State Trade Name and Trademark Portal: https://azsos.gov/business/tntm
- IRS Employer ID Numbers (EIN) Information: https://www.irs.gov/businesses/small-businesses-self-employed/employer-id-numbers
- Arizona Department of Revenue TPT License Guide: https://azdor.gov/transaction-privilege-tax/tpt-license/applying-tpt-license
- AZTaxes.gov Online Portal: https://www.aztaxes.gov/
- Arizona Commerce Authority: https://www.azcommerce.com/
Further Reading
Readers who complete this guide may want to explore how to convert a sole proprietorship into an Arizona LLC, how Schedule C self-employment taxes work at the federal level, and how quarterly estimated tax payments apply to self-employed individuals. Best practices around bookkeeping software and separating business and personal finances are also valuable next topics.
Editorial Notes
Purpose: This guide explains the practical steps and legal basics of starting a sole proprietorship in Arizona for readers unfamiliar with business formation concepts.
Audience: First-time entrepreneurs, freelancers, and side-hustlers in Arizona who are exploring formal business registration for the first time.
Scope: This article covers state-level trade name registration, EIN basics, TPT licensing, and general local licensing considerations. It does not cover industry-specific licensing (such as food service or contractor licensing) in detail, nor does it cover federal or state income tax filing procedures beyond a high-level overview.
Update History
July 2026
- Initial publication.
- Added trade name registration, EIN, and TPT licensing steps.
- Added troubleshooting and comparison sections.