Use this skill with your AI agent
Paste this skill into your AI agent's context, or save the file to your project. Works with any AI agent that reads markdown.
| 1 | --- |
| 2 | name: tx-franchise-tax |
| 3 | description: > |
| 4 | Texas Franchise Tax for single-member LLCs and other taxable entities. Covers the no-tax-due threshold ($2,470,000 for 2025), EZ computation rate (0.331%), standard computation, Public Information Report (Form 05-102), and annual filing requirements. Primary source: Texas Tax Code Chapter 171. |
| 5 | version: 1.0 |
| 6 | jurisdiction: US-TX |
| 7 | tax_year: 2025 |
| 8 | category: state |
| 9 | depends_on: |
| 10 | - us-tax-workflow-base |
| 11 | validated: April 2026 |
| 12 | --- |
| 13 | |
| 14 | # Texas Franchise Tax v1.0 |
| 15 | |
| 16 | ## What this file is |
| 17 | |
| 18 | **Obligation category:** EF (Entity Fees) / IT (margin tax) |
| 19 | **Functional role:** Entity filing + Computation |
| 20 | **Status:** Complete |
| 21 | |
| 22 | This is a Tier 2 content skill for computing and filing the Texas franchise tax for single-member LLCs. Texas has no personal income tax, but the franchise tax (also called the "margin tax") applies to most legal entities doing business in Texas, including SMLLCs. Sole proprietors without an LLC are NOT subject to franchise tax. |
| 23 | |
| 24 | --- |
| 25 | |
| 26 | ## Section 1 -- Scope statement |
| 27 | |
| 28 | **In scope:** |
| 29 | |
| 30 | - Form 05-102 (Public Information Report -- mandatory annual filing) |
| 31 | - Form 05-163 (No Tax Due Information Report) |
| 32 | - Form 05-158-A (Franchise Tax Report -- Long Form) |
| 33 | - Form 05-169 (EZ Computation Report) |
| 34 | - Single-member LLCs (disregarded for federal tax but taxable for TX franchise tax) |
| 35 | - No-tax-due threshold determination |
| 36 | - EZ computation method |
| 37 | - Cost of goods sold (COGS) method |
| 38 | - Compensation method |
| 39 | |
| 40 | **Out of scope (refused):** |
| 41 | |
| 42 | - Sole proprietors without an LLC (exempt from franchise tax) |
| 43 | - General partnerships directly owned by natural persons (exempt) |
| 44 | - Passive entities (as defined by Tax Code §171.0003) |
| 45 | - Combined group reporting (Tax Code §171.1014) |
| 46 | - Franchise tax credits (research, clean energy, etc.) |
| 47 | - Extensions beyond the automatic extension |
| 48 | - Franchise tax refund claims |
| 49 | |
| 50 | --- |
| 51 | |
| 52 | ## Section 2 -- Filing requirements |
| 53 | |
| 54 | ### Who must file |
| 55 | |
| 56 | Every taxable entity formed in Texas or doing business in Texas must file a franchise tax report annually. This includes LLCs, corporations, limited partnerships, and professional associations. **Source:** Texas Tax Code §171.001. |
| 57 | |
| 58 | **Key exemption:** Sole proprietors (natural persons operating without an entity) and general partnerships directly owned entirely by natural persons are exempt. **Source:** Texas Tax Code §171.001(a). |
| 59 | |
| 60 | ### Due dates |
| 61 | |
| 62 | | Item | Date | Source | |
| 63 | |------|------|--------| |
| 64 | | Annual report due date | May 15, 2025 (for accounting year ending in 2024) | Texas Tax Code §171.202 | |
| 65 | | Automatic extension | November 15, 2025 (with 90% of tax paid by May 15) | Texas Comptroller Rule 3.584 | |
| 66 | | Public Information Report (05-102) | Due with the franchise tax report | Texas Tax Code §171.203 | |
| 67 | |
| 68 | ### Initial filing |
| 69 | |
| 70 | A newly formed entity must file its first franchise tax report by May 15 of the year after its formation. The report covers the period from formation through December 31 of that year (or the entity's fiscal year end). |
| 71 | |
| 72 | --- |
| 73 | |
| 74 | ## Section 3 -- Rates and thresholds |
| 75 | |
| 76 | | Item | Amount | Source | |
| 77 | |------|--------|--------| |
| 78 | | No-tax-due threshold (2025 report) | $2,470,000 total revenue | Texas Tax Code §171.002(d)(2) | |
| 79 | | EZ computation rate | 0.331% of total revenue (apportioned) | Texas Tax Code §171.1016 | |
| 80 | | EZ computation revenue limit | $20,000,000 | Texas Tax Code §171.1016 | |
| 81 | | Standard rate -- retail/wholesale | 0.375% of taxable margin | Texas Tax Code §171.002(b) | |
| 82 | | Standard rate -- other entities | 0.75% of taxable margin | Texas Tax Code §171.002(a) | |
| 83 | | Minimum tax | $0 (no minimum) | Texas Tax Code §171.002 | |
| 84 | | Cost of goods sold alternative | Available per Tax Code §171.1012 | Texas Tax Code §171.1012 | |
| 85 | | Compensation deduction alternative | Available per Tax Code §171.1013 | Texas Tax Code §171.1013 | |
| 86 | |
| 87 | ### No-tax-due threshold |
| 88 | |
| 89 | If total revenue is $2,470,000 or less, the entity owes no franchise tax but MUST still file: |
| 90 | - Form 05-102 (Public Information Report), AND |
| 91 | - Form 05-163 (No Tax Due Information Report). |
| 92 | |
| 93 | --- |
| 94 | |
| 95 | ## Section 4 -- Computation rules (Step format) |
| 96 | |
| 97 | ### Step 1: Determine if the entity is subject to franchise tax |
| 98 | |
| 99 | - Is the entity an LLC, LP, LLP, corporation, or other legal entity? --> Subject. |
| 100 | - Is the entity a sole proprietorship (no LLC)? --> Exempt. STOP. |
| 101 | - Is the entity a general partnership owned entirely by natural persons? --> Exempt. STOP. |
| 102 | |
| 103 | ### Step 2: Determine total revenue |
| 104 | |
| 105 | Total revenue is computed from federal tax return data: |
| 106 | - For entities filing federal Form 1040 Schedule C (SMLLCs): total revenue = gross income from Schedule C plus all other revenue items attributable to the entity. |
| 107 | - Generally: total revenue = gross receipts minus returns and allowances, plus other income items per Texas Tax Code §171.1011. |
| 108 | |
| 109 | ### Step 3: Apply the no-tax-due threshold |
| 110 | |
| 111 | If total revenue <= $2,470,000: |
| 112 | - File Form 05-163 (No Tax Due) and Form 05-102 (Public Information Report). |
| 113 | - No tax payment required. |
| 114 | - STOP computation here. |
| 115 | |
| 116 | ### Step 4: Choose computation method |
| 117 | |
| 118 | If total revenue > $2,470,000, choose ONE of: |
| 119 | |
| 120 | **Option A: EZ Computation (if total revenue <= $20,000,000)** |
| 121 | - Tax = apportioned total revenue x 0.331% |
| 122 | - No deductions for COGS, compensation, or margin. |
| 123 | - Simplest method but may result in higher tax. |
| 124 | |
| 125 | **Option B: Standard computation -- COGS method** |
| 126 | - Taxable margin = total revenue - cost of goods sold |
| 127 | - Tax = taxable margin x rate (0.375% retail/wholesale or 0.75% other) |
| 128 | |
| 129 | **Option C: Standard computation -- Compensation method** |
| 130 | - Taxable margin = total revenue - compensation |
| 131 | - Tax = taxable margin x rate |
| 132 | |
| 133 | **Option D: 70% of total revenue** |
| 134 | - Taxable margin cannot exceed 70% of total revenue. |
| 135 | - This is an automatic cap, not an election. |
| 136 | |
| 137 | ### Step 5: Compute apportionment (if multi-state) |
| 138 | |
| 139 | If the entity has revenue from both Texas and other states: |
| 140 | - Texas apportionment factor = Texas gross receipts / total gross receipts everywhere. |
| 141 | - Apply factor to taxable margin. |
| 142 | |
| 143 | For entities operating entirely in Texas: apportionment factor = 100%. |
| 144 | |
| 145 | ### Step 6: Compute tax due |
| 146 | |
| 147 | - EZ method: apportioned revenue x 0.331% |
| 148 | - Standard method: apportioned taxable margin x applicable rate (0.375% or 0.75%) |
| 149 | |
| 150 | ### Step 7: Compare computation methods |
| 151 | |
| 152 | For standard computation, the tax is the LESSER of: |
| 153 | - Tax computed using COGS method |
| 154 | - Tax computed using compensation method |
| 155 | - Tax computed using 70% of total revenue method |
| 156 | |
| 157 | ### Step 8: File required forms |
| 158 | |
| 159 | Regardless of tax due: |
| 160 | - File Form 05-102 (Public Information Report) with current entity information. |
| 161 | - File the applicable tax report (05-163, 05-169, or 05-158-A). |
| 162 | |
| 163 | --- |
| 164 | |
| 165 | ## Section 5 -- Edge cases and special rules |
| 166 | |
| 167 | ### E-1: SMLLC is subject even though disregarded federally |
| 168 | |
| 169 | A single-member LLC that is disregarded for federal income tax purposes is treated as a separate taxable entity for Texas franchise tax purposes. The SMLLC must file its own franchise tax report using data from the owner's federal return (Schedule C). **Source:** Texas Tax Code §171.0002(a). |
| 170 | |
| 171 | ### E-2: Passive entities |
| 172 | |
| 173 | An entity may qualify as a passive entity if 90% or more of its federal gross income consists of passive income (dividends, interest, royalties, rents, capital gains). Passive entities are exempt from franchise tax but must still file Form 05-163. **Source:** Texas Tax Code §171.0003. |
| 174 | |
| 175 | ### E-3: First-year reporting |
| 176 | |
| 177 | A newly formed entity's first franchise tax report covers a short period (date of formation through the entity's first accounting year end). The no-tax-due threshold is NOT prorated for short periods. |
| 178 | |
| 179 | ### E-4: Retail vs. wholesale classification |
| 180 | |
| 181 | Entities primarily engaged in retail or wholesale trade qualify for the reduced 0.375% rate. The entity must derive more than 50% of its total revenue from retail or wholesale activities. Misclassification is a common audit trigger. **Source:** Texas Tax Code §171.002(b). |
| 182 | |
| 183 | ### E-5: COGS for service businesses |
| 184 | |
| 185 | Service businesses generally cannot use the COGS method because they do not sell tangible personal property. However, Texas has a broad COGS definition that includes some service costs. Review Texas Tax Code §171.1012 carefully. When in doubt, use the compensation method. |
| 186 | |
| 187 | ### E-6: No tax due but must still file |
| 188 | |
| 189 | Even if the entity owes $0 in franchise tax, the filing requirement remains. Failure to file results in forfeiture of the entity's right to transact business in Texas and potential involuntary termination. |
| 190 | |
| 191 | --- |
| 192 | |
| 193 | ## Section 6 -- Test suite |
| 194 | |
| 195 | ### Test 1: Below no-tax-due threshold |
| 196 | |
| 197 | - **Input:** SMLLC with total revenue of $180,000. |
| 198 | - **Expected:** Below $2,470,000 threshold. File Form 05-163 + Form 05-102. Tax: $0. |
| 199 | |
| 200 | ### Test 2: EZ computation |
| 201 | |
| 202 | - **Input:** SMLLC with total revenue of $3,000,000, 100% Texas. |
| 203 | - **Expected:** EZ tax: $3,000,000 x 0.331% = $9,930. Compare with standard methods to choose optimal. |
| 204 | |
| 205 | ### Test 3: Standard computation -- compensation method |
| 206 | |
| 207 | - **Input:** Service SMLLC. Total revenue: $5,000,000. Compensation paid: $2,000,000. 100% Texas. |
| 208 | - **Expected:** Margin: $5,000,000 - $2,000,000 = $3,000,000. Cap: 70% x $5,000,000 = $3,500,000. Use $3,000,000. Tax: $3,000,000 x 0.75% = $22,500. |
| 209 | |
| 210 | ### Test 4: Retail entity at reduced rate |
| 211 | |
| 212 | - **Input:** Retail SMLLC. Total revenue: $4,000,000. COGS: $2,500,000. |
| 213 | - **Expected:** Margin: $1,500,000. Cap: $2,800,000. Use $1,500,000. Tax: $1,500,000 x 0.375% = $5,625. |
| 214 | |
| 215 | ### Test 5: Sole proprietor (no entity) |
| 216 | |
| 217 | - **Input:** Individual freelancer with no LLC. |
| 218 | - **Expected:** NOT subject to TX franchise tax. No filing required. |
| 219 | |
| 220 | --- |
| 221 | |
| 222 | ## Section 7 -- Prohibitions |
| 223 | |
| 224 | - **P-1:** Do NOT tell a sole proprietor (without an LLC) that they must file franchise tax. They are exempt. |
| 225 | - **P-2:** Do NOT prorate the no-tax-due threshold for short-period returns. |
| 226 | - **P-3:** Do NOT use the COGS method for a service business without verifying that the costs qualify under §171.1012. |
| 227 | - **P-4:** Do NOT skip the Public Information Report (05-102). It is always required. |
| 228 | - **P-5:** Do NOT classify an entity as retail/wholesale for the reduced rate unless >50% of revenue is from retail/wholesale activities. |
| 229 | - **P-6:** Do NOT advise on whether to form or dissolve an LLC based on franchise tax implications. That is legal advice. |
| 230 | |
| 231 | --- |
| 232 | |
| 233 | ## Section 8 -- Self-checks |
| 234 | |
| 235 | Before delivering output, verify: |
| 236 | |
| 237 | - [ ] Entity type correctly identified (SMLLC vs. sole proprietor) |
| 238 | - [ ] Total revenue computed from correct federal return data |
| 239 | - [ ] No-tax-due threshold of $2,470,000 applied |
| 240 | - [ ] Form 05-102 (Public Information Report) included in every filing |
| 241 | - [ ] EZ computation only used if revenue <= $20,000,000 |
| 242 | - [ ] Correct rate applied (0.75% other vs. 0.375% retail/wholesale) |
| 243 | - [ ] 70% of total revenue cap applied as automatic limit |
| 244 | - [ ] All computation methods compared to select the lowest tax |
| 245 | - [ ] Short-period threshold NOT prorated |
| 246 | |
| 247 | --- |
| 248 | |
| 249 | ## Section 9 -- Disclaimer |
| 250 | |
| 251 | This skill and its outputs are provided for informational and computational purposes only and do not constitute tax, legal, or financial advice. Open Accountants and its contributors accept no liability for any errors, omissions, or outcomes arising from the use of this skill. All outputs must be reviewed and signed off by a qualified professional (such as a CPA, EA, tax attorney, or equivalent licensed practitioner in your jurisdiction) before filing or acting upon. |
| 252 | |
| 253 | The most up-to-date, verified version of this skill is maintained at [openaccountants.com](https://openaccountants.com). Log in to access the latest version, request a professional review from a licensed accountant, and track updates as tax law changes. |
| 254 |
Run this skill, then get an accountant to check it
After running the full skill pack in your AI agent, sign up and upload your worksheet. We'll connect you with a trusted accountant in our network who can review your numbers before you file.
Quality
Q3: AI-drafted
AI-generated with structure and citations. Not independently verified.
Needs deep research against tax authority websites to reach Q2.
Accountant Review
About
Texas Franchise Tax for single-member LLCs and other taxable entities. Covers the no-tax-due threshold ($2,470,000 for 2025), EZ computation rate (0.331%), standard computation, Public Information Report (Form 05-102), and annual filing requirements. Primary source: Texas Tax Code Chapter 171.
Use this skill
This skill is open source and free to use in any AI agent. Copy it, download it, or clone the repo. If you find an error, flag it — a licensed accountant will review.