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: ne-income-tax |
| 3 | description: > |
| 4 | Use this skill whenever asked about Nebraska individual income tax for |
| 5 | self-employed / sole proprietors. Trigger on phrases like "Nebraska income tax", |
| 6 | "NE income tax", "Form 1040N", "Nebraska Department of Revenue", "NE self-employment tax". |
| 7 | jurisdiction: US-NE |
| 8 | version: "0.1" |
| 9 | validation_status: ai-drafted-q3 |
| 10 | --- |
| 11 | |
| 12 | # Nebraska Individual Income Tax Skill — Self-Employed / Sole Proprietor |
| 13 | |
| 14 | > **Scope.** This skill covers Nebraska Form 1040N (Nebraska Individual Income Tax Return) |
| 15 | > for full-year NE residents who are sole proprietors or single-member LLC owners. |
| 16 | > Tax year 2025 (returns filed in 2026). Nebraska uses a four-bracket graduated |
| 17 | > rate structure ranging from 2.46% to 5.20%. |
| 18 | > |
| 19 | > **Quality tier.** Q3 — AI-drafted, not independently verified. All outputs must be |
| 20 | > reviewed by a qualified tax professional before filing. |
| 21 | |
| 22 | --- |
| 23 | |
| 24 | ## Section 1: Metadata |
| 25 | |
| 26 | | Field | Value | |
| 27 | |---|---| |
| 28 | | Tax type | Individual income tax | |
| 29 | | Jurisdiction | Nebraska (US-NE) | |
| 30 | | Tax year | 2025 (filed 2026) | |
| 31 | | Primary form | Form 1040N | |
| 32 | | Supporting schedules | Schedule I (Nebraska Adjustments to Income), Schedule II (Credits), Schedule III (Computation of Nebraska Tax) | |
| 33 | | Tax structure | Graduated (4 brackets) | |
| 34 | | Rate range | 2.46% – 5.20% (TY 2025) | |
| 35 | | Filing deadline | April 15, 2026 | |
| 36 | | Extension deadline | October 15, 2026 | |
| 37 | | Tax authority | Nebraska Department of Revenue | |
| 38 | | Website | https://revenue.nebraska.gov | |
| 39 | | Statute | Neb. Rev. Stat. §77-2715.03 | |
| 40 | |
| 41 | **Sources:** |
| 42 | - Nebraska Department of Revenue, Individual Income Tax: https://revenue.nebraska.gov/individuals/individual-income-tax |
| 43 | - Neb. Rev. Stat. §77-2715.03 (rate schedule and future rate reductions) |
| 44 | - Nebraska 2025 Individual Income Tax Booklet |
| 45 | |
| 46 | --- |
| 47 | |
| 48 | ## Section 2: Quick reference — rates and thresholds |
| 49 | |
| 50 | ### Tax brackets — Single / Married filing separately (TY 2025) |
| 51 | |
| 52 | | Taxable income over | But not over | Rate | Tax on lower amount | |
| 53 | |---|---|---|---| |
| 54 | | $0 | $4,030 | 2.46% | $0 | |
| 55 | | $4,030 | $24,120 | 3.51% | $99.14 | |
| 56 | | $24,120 | $38,870 | 5.01% | $804.30 | |
| 57 | | $38,870 | — | 5.20% | $1,543.28 | |
| 58 | |
| 59 | ### Tax brackets — Married filing jointly / Qualifying surviving spouse (TY 2025) |
| 60 | |
| 61 | | Taxable income over | But not over | Rate | Tax on lower amount | |
| 62 | |---|---|---|---| |
| 63 | | $0 | $8,040 | 2.46% | $0 | |
| 64 | | $8,040 | $48,250 | 3.51% | $197.78 | |
| 65 | | $48,250 | $77,730 | 5.01% | $1,609.15 | |
| 66 | | $77,730 | — | 5.20% | $3,086.10 | |
| 67 | |
| 68 | ### Tax brackets — Head of household (TY 2025) |
| 69 | |
| 70 | | Taxable income over | But not over | Rate | Tax on lower amount | |
| 71 | |---|---|---|---| |
| 72 | | $0 | $7,510 | 2.46% | $0 | |
| 73 | | $7,510 | $38,590 | 3.51% | $184.75 | |
| 74 | | $38,590 | $57,630 | 5.01% | $1,275.66 | |
| 75 | | $57,630 | — | 5.20% | $2,229.56 | |
| 76 | |
| 77 | ### Upcoming rate reductions |
| 78 | |
| 79 | | Tax year | Bracket 3 rate | Bracket 4 (top) rate | Source | |
| 80 | |---|---|---|---| |
| 81 | | 2025 | 5.01% | 5.20% | Neb. Rev. Stat. §77-2715.03 | |
| 82 | | 2026 | 4.55% | 4.55% | Neb. Rev. Stat. §77-2715.03 | |
| 83 | | 2027+ | 3.99% | 3.99% | Neb. Rev. Stat. §77-2715.03 | |
| 84 | |
| 85 | ### Standard deduction |
| 86 | |
| 87 | Nebraska does **not** have its own standard deduction. The starting point is federal AGI, and Nebraska applies its own adjustments to arrive at Nebraska taxable income. |
| 88 | |
| 89 | ### Personal exemption credit (TY 2025) |
| 90 | |
| 91 | | Filing status | Credit amount | |
| 92 | |---|---| |
| 93 | | Single | $157 | |
| 94 | | Married filing jointly | $314 | |
| 95 | | Each dependent | $157 | |
| 96 | |
| 97 | ### Local income tax |
| 98 | |
| 99 | Nebraska does **not** permit local income taxes. |
| 100 | |
| 101 | --- |
| 102 | |
| 103 | ## Section 3: How this skill works with the federal return |
| 104 | |
| 105 | Nebraska taxable income starts with **federal adjusted gross income (AGI)** from federal Form 1040, Line 11. |
| 106 | |
| 107 | 1. **Start with federal AGI** → Form 1040N, Line 3 |
| 108 | 2. **Add NE additions** (Schedule I) — items NE adds back |
| 109 | 3. **Subtract NE subtractions** (Schedule I) — items NE excludes |
| 110 | 4. **Subtract Nebraska standard deduction or itemized deductions** (Nebraska follows federal amounts with modifications) |
| 111 | 5. **Result = Nebraska taxable income** |
| 112 | 6. **Apply the graduated rate schedule** → Nebraska tax |
| 113 | 7. **Subtract personal exemption credit and other credits** (Schedule II) |
| 114 | 8. **Result = final tax due or refund** |
| 115 | |
| 116 | ### Key addition modifications (Schedule I) |
| 117 | |
| 118 | | Addition | Description | |
| 119 | |---|---| |
| 120 | | State/local bond interest | Interest from bonds of states other than NE | |
| 121 | | Bonus depreciation add-back | NE partially decouples from IRC §168(k) — verify current conformity status | |
| 122 | |
| 123 | ### Key subtraction modifications (Schedule I) |
| 124 | |
| 125 | | Subtraction | Description | |
| 126 | |---|---| |
| 127 | | US government bond interest | Interest from US Treasury obligations | |
| 128 | | State income tax refund | If included in federal AGI | |
| 129 | | Social Security (partial) | Nebraska is phasing out Social Security taxation — for TY 2025, Social Security benefits are fully exempt | |
| 130 | |
| 131 | --- |
| 132 | |
| 133 | ## Section 4: Self-employed specific rules |
| 134 | |
| 135 | ### Self-employment income flow |
| 136 | |
| 137 | Schedule C net profit flows into federal AGI, which is the starting point for Nebraska. Nebraska conforms to the federal self-employment tax deduction (the deductible half of SE tax is already reflected in federal AGI). |
| 138 | |
| 139 | ### Estimated tax |
| 140 | |
| 141 | Nebraska requires estimated tax payments if you expect to owe **$500 or more** in Nebraska income tax after subtracting withholding and credits. |
| 142 | |
| 143 | | Installment | Due date | |
| 144 | |---|---| |
| 145 | | 1st quarter | April 15 | |
| 146 | | 2nd quarter | June 15 | |
| 147 | | 3rd quarter | September 15 | |
| 148 | | 4th quarter | January 15 (following year) | |
| 149 | |
| 150 | Form 1040N-ES is used for estimated tax payments. |
| 151 | |
| 152 | ### Depreciation |
| 153 | |
| 154 | Nebraska's conformity with federal bonus depreciation under IRC §168(k) should be verified for the current tax year. Nebraska has historically required partial add-backs for bonus depreciation in certain years. Check the 2025 Form 1040N instructions. |
| 155 | |
| 156 | ### Nebraska inheritance tax |
| 157 | |
| 158 | Nebraska is one of six states with an inheritance tax (separate from estate tax). This is administered at the county level and is **not** covered by this income tax skill. Self-employed taxpayers should be aware of this for estate planning purposes. |
| 159 | |
| 160 | --- |
| 161 | |
| 162 | ## Section 5: Tier 1 rules — deterministic |
| 163 | |
| 164 | | Rule ID | Rule | Source | |
| 165 | |---|---|---| |
| 166 | | NE-T1-01 | NE taxable income = federal AGI ± NE modifications − NE standard/itemized deduction | Neb. Rev. Stat. §77-2716 | |
| 167 | | NE-T1-02 | Tax computed using 4-bracket schedule: 2.46%, 3.51%, 5.01%, 5.20% (TY 2025) | Neb. Rev. Stat. §77-2715.03 | |
| 168 | | NE-T1-03 | Starting point is federal AGI (Form 1040, Line 11) | Neb. Rev. Stat. §77-2716 | |
| 169 | | NE-T1-04 | Personal exemption credit: $157 per exemption (TY 2025) | Neb. Rev. Stat. §77-2716.01 | |
| 170 | | NE-T1-05 | Estimated tax required if expected liability ≥ $500 | Neb. Rev. Stat. §77-2770 | |
| 171 | | NE-T1-06 | Social Security benefits fully exempt for TY 2025 | Neb. Rev. Stat. §77-2716 (LB 873, 2024) | |
| 172 | | NE-T1-07 | Top rate drops to 4.55% for TY 2026 and 3.99% for TY 2027 | Neb. Rev. Stat. §77-2715.03 | |
| 173 | |
| 174 | --- |
| 175 | |
| 176 | ## Section 6: Tier 2 rules — requires judgment |
| 177 | |
| 178 | | Rule ID | Situation | Guidance | |
| 179 | |---|---|---| |
| 180 | | NE-T2-01 | **Multi-state income:** Taxpayer has income from another state | NE allows a credit for taxes paid to other states. Requires allocation review and Schedule II. | |
| 181 | | NE-T2-02 | **Business vs. hobby determination** | NE follows federal hobby loss rules. If IRS disallows Schedule C, NE deductions are also disallowed. | |
| 182 | | NE-T2-03 | **Bonus depreciation conformity** | Verify NE's current IRC §168(k) conformity status for TY 2025. Add-backs may be required. | |
| 183 | | NE-T2-04 | **Nebraska Advantage Act credits** | Business incentive credits under the Nebraska Advantage Act may be available. Requires verification of certification and compliance. | |
| 184 | | NE-T2-05 | **Community property** | Nebraska is NOT a community property state. Standard federal rules apply for MFS. | |
| 185 | |
| 186 | --- |
| 187 | |
| 188 | ## Section 7: Supplier pattern library |
| 189 | |
| 190 | | Input needed | Where to find it | |
| 191 | |---|---| |
| 192 | | Federal AGI | Federal Form 1040, Line 11 | |
| 193 | | NE additions | Schedule I (computed from federal return) | |
| 194 | | NE subtractions | Schedule I (computed from federal return) | |
| 195 | | Standard/itemized deduction | Federal amounts with NE modifications | |
| 196 | | Personal exemption credit | Based on filing status and dependents | |
| 197 | | Tax credits | Schedule II | |
| 198 | | Estimated tax payments | 1040N-ES records | |
| 199 | | NE withholding | W-2 Box 17 / 1099 NE withholding amounts | |
| 200 | |
| 201 | --- |
| 202 | |
| 203 | ## Section 8: Form mapping |
| 204 | |
| 205 | | Form 1040N Line | Description | Source | |
| 206 | |---|---|---| |
| 207 | | Line 3 | Federal adjusted gross income | Federal 1040, Line 11 | |
| 208 | | Line 4 | Nebraska additions | Schedule I | |
| 209 | | Line 5 | Nebraska subtractions | Schedule I | |
| 210 | | Line 7 | Nebraska standard or itemized deduction | Computed | |
| 211 | | Line 10 | Nebraska taxable income | Computed | |
| 212 | | Line 11 | Nebraska income tax | From tax table or Schedule III | |
| 213 | | Line 14 | Personal exemption credit | $157 × number of exemptions | |
| 214 | | Line 20 | Other credits | Schedule II | |
| 215 | | Line 26 | Nebraska income tax withheld | W-2s / 1099s | |
| 216 | | Line 27 | Estimated tax payments | 1040N-ES payments | |
| 217 | | Line 33 | Amount owed or refund | Computed | |
| 218 | |
| 219 | --- |
| 220 | |
| 221 | ## Section 9: Refusal catalogue |
| 222 | |
| 223 | | Refusal ID | Trigger | Response | |
| 224 | |---|---|---| |
| 225 | | R-NE-01 | Part-year or nonresident | "NE part-year and nonresident returns require Schedule III allocation. This is outside the scope of this skill." | |
| 226 | | R-NE-02 | Corporate return | "This skill covers individual income tax only (Form 1040N). Corporate returns (Form 1120N) are not covered." | |
| 227 | | R-NE-03 | Fiduciary return | "NE fiduciary returns (Form 1041N) are not covered by this skill." | |
| 228 | | R-NE-04 | Amended return | "NE amended returns (Form 1040XN) are not covered." | |
| 229 | | R-NE-05 | Inheritance tax | "Nebraska inheritance tax is administered at the county level and is not covered by this skill." | |
| 230 | |
| 231 | --- |
| 232 | |
| 233 | ## Disclaimer |
| 234 | |
| 235 | 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 before filing or acting upon. |
| 236 | |
| 237 | The most up-to-date, verified version of this skill is maintained at [openaccountants.com](https://openaccountants.com). |
| 238 |
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
Use this skill whenever asked about Nebraska individual income tax for self-employed / sole proprietors. Trigger on phrases like "Nebraska income tax", "NE income tax", "Form 1040N", "Nebraska Department of Revenue", "NE self-employment tax".
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.