{"id":43407,"date":"2025-05-20T15:16:26","date_gmt":"2025-05-20T22:16:26","guid":{"rendered":"https:\/\/evergreensmallbusiness.com\/?p=43407"},"modified":"2025-05-20T15:16:26","modified_gmt":"2025-05-20T22:16:26","slug":"big-beautiful-section-199a-calculator","status":"publish","type":"post","link":"https:\/\/evergreensmallbusiness.com\/big-beautiful-section-199a-calculator\/","title":{"rendered":"Big Beautiful Section 199A Calculator"},"content":{"rendered":"<p><a href=\"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2025\/05\/iStock-913705040.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2025\/05\/iStock-913705040-300x200.jpg\" alt=\"The Big Beautiful Section 199A calculator lets you estimate the new, larger Section 199A deduction you may get.\" width=\"300\" height=\"200\" class=\"alignleft size-medium wp-image-43442\" srcset=\"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2025\/05\/iStock-913705040-300x200.jpg 300w, https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2025\/05\/iStock-913705040-1024x683.jpg 1024w, https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2025\/05\/iStock-913705040-768x512.jpg 768w, https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2025\/05\/iStock-913705040.jpg 1254w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a>Use the calculator below to estimate your Section 199A deduction using the new formula from the Big Beautiful Tax Bill of 2025.<\/p>\n<p><strong>Note:<\/strong> More detailed instructions appear below the calculator but you can probably use numbers from your 2024 or 2025 tax returns to calculate the new formula&#8217;s effect on your Section 199A deduction. <\/p>\n<script>function calculate199A() {\r\n  const D = parseFloat(document.getElementById(\"deduction\").value);\r\n  const ST = parseFloat(document.getElementById(\"single_thresh\").value);\r\n  const MT = parseFloat(document.getElementById(\"married_thresh\").value);\r\n  const FS = document.getElementById(\"filing_status\").value.toUpperCase();\r\n  const TI = parseFloat(document.getElementById(\"taxable_income\").value);\r\n  const QBI_N = parseFloat(document.getElementById(\"non_sstb_qbi\").value);\r\n  const W2_N = parseFloat(document.getElementById(\"non_sstb_w2\").value);\r\n  const UB_N = parseFloat(document.getElementById(\"non_sstb_basis\").value);\r\n  const QBI_S = parseFloat(document.getElementById(\"sstb_qbi\").value);\r\n\r\n  const W2_limit = Math.max(0.5 * W2_N, 0.25 * W2_N + 0.025 * UB_N);\r\n  const deduction_non_sstb = Math.min(D * QBI_N, W2_limit);\r\n  const all_qbi = QBI_N + QBI_S;\r\n  const threshold = FS === \"M\" ? MT : ST;\r\n  const limitation = 0.75 * (TI - threshold);\r\n  const deduction_all_tb = D * all_qbi - Math.min(D * all_qbi, limitation);\r\n  const greater_deduction = Math.max(deduction_non_sstb, deduction_all_tb);\r\n  const final_deduction = Math.min(D * TI, greater_deduction);\r\n\r\n  document.getElementById(\"non_sstb_deduction\").innerText = \"$\" + deduction_non_sstb.toFixed(2);\r\n  document.getElementById(\"all_tb_deduction\").innerText = \"$\" + deduction_all_tb.toFixed(2);\r\n  document.getElementById(\"greater_deduction\").innerText = \"$\" + greater_deduction.toFixed(2);\r\n  document.getElementById(\"final_deduction\").innerText = \"$\" + final_deduction.toFixed(2);\r\n}\r\n<\/script>\n<div style=\"border:1px solid #333; padding:10px; margin-bottom:20px;\">\n<h3>Collect the Following Inputs<\/h3>\n<p>  <label>Deduction percentage: <input id=\"deduction\" value=\"0.23\" type=\"number\" step=\"0.01\"><\/label><br \/>\n  <label>Single Filer (and Head of Household Filer) Threshold: <input id=\"single_thresh\" value=\"200000\" type=\"number\"><\/label><br \/>\n  <label>Married Filer Threshold: <input id=\"married_thresh\" value=\"400000\" type=\"number\"><\/label><br \/>\n  <label>Filing Status (Enter S or M): <input id=\"filing_status\" value=\"M\" maxlength=\"1\"><\/label><br \/>\n  <label>Taxable Income: <input id=\"taxable_income\" value=\"1400000\" type=\"number\"><\/label><br \/>\n  <label>Non-specified-service-trade-or-business Qualified Business Income: <input id=\"non_sstb_qbi\" value=\"1000000\" type=\"number\"><\/label><br \/>\n  <label>Non-specified-service-trade-or-business W-2 Wages: <input id=\"non_sstb_w2\" value=\"500000\" type=\"number\"><\/label><br \/>\n  <label>Non-specified-service-trade-or-business Unadjusted Basis: <input id=\"non_sstb_basis\" value=\"100000\" type=\"number\"><\/label><br \/>\n  <label>Specified-service-trade-or-business Qualified Business Income: <input id=\"sstb_qbi\" value=\"500000\" type=\"number\"><\/label><br \/>\n  <button onclick=\"calculate199A()\">Calculate<\/button>\n<\/div>\n<div style=\"border:1px solid #333; padding:10px;\">\n<h3>Section 199A Deduction Calculator \u2013 Outputs<\/h3>\n<p>Non-specified-service-trade-or-business Section 199A Deduction: <span id=\"non_sstb_deduction\"><\/span><\/p>\n<p>&#8220;All trades or businesses&#8221; Section 199A Deduction: <span id=\"all_tb_deduction\"><\/span><\/p>\n<p>Greater of \u201cNon-SSTBs\u201d or \u201cAll trades or businesses\u201d: <span id=\"greater_deduction\"><\/span><\/p>\n<p>  <strong><\/p>\n<p>Actual Section 199A Deduction (may be limited by taxable income): <span id=\"final_deduction\"><\/span><\/p>\n<p><\/strong>\n<\/div>\n<p><script>\nfunction calculate199A() {\n  const D = parseFloat(document.getElementById(\"deduction\").value);\n  const ST = parseFloat(document.getElementById(\"single_thresh\").value);\n  const MT = parseFloat(document.getElementById(\"married_thresh\").value);\n  const FS = document.getElementById(\"filing_status\").value.toUpperCase();\n  const TI = parseFloat(document.getElementById(\"taxable_income\").value);\n  const QBI_N = parseFloat(document.getElementById(\"non_sstb_qbi\").value);\n  const W2_N = parseFloat(document.getElementById(\"non_sstb_w2\").value);\n  const UB_N = parseFloat(document.getElementById(\"non_sstb_basis\").value);\n  const QBI_S = parseFloat(document.getElementById(\"sstb_qbi\").value);<\/p>\n<p>  const W2_limit = Math.max(0.5 * W2_N, 0.25 * W2_N + 0.025 * UB_N);\n  const deduction_non_sstb = Math.min(D * QBI_N, W2_limit);\n  const all_qbi = QBI_N + QBI_S;\n  const threshold = FS === \"M\" ? MT : ST;\n  const limitation = 0.75 * (TI - threshold);\n  const deduction_all_tb = D * all_qbi - Math.min(D * all_qbi, limitation);\n  const greater_deduction = Math.max(deduction_non_sstb, deduction_all_tb);\n  const final_deduction = Math.min(D * TI, greater_deduction);<\/p>\n<p>  document.getElementById(\"non_sstb_deduction\").innerText = \"$\" + deduction_non_sstb.toFixed(2);\n  document.getElementById(\"all_tb_deduction\").innerText = \"$\" + deduction_all_tb.toFixed(2);\n  document.getElementById(\"greater_deduction\").innerText = \"$\" + greater_deduction.toFixed(2);\n  document.getElementById(\"final_deduction\").innerText = \"$\" + final_deduction.toFixed(2);\n}\n<\/script><\/p>\n<h3>Using the Big Beautiful Section 199A Calculator<\/h3>\n<p>To use the Section 199A calculator, follow these steps:<\/p>\n<ul>\n1. (Optional) Replace my very rough estimates of the thresholds for phasing in the Section 199A limitations&#8211;$200,000 for single filers and $400,000 for married filers&#8211;with better numbers if you have them. (The Treasury will provide better numbers for 2026 later in 2025 if the Big Beautiful Tax bill passes and thereby perpetuates the Section 199A deduction.)<br \/>\n2. Enter an <strong>M<\/strong> or an <strong>S<\/strong> into the Filing Status box to incidate your tax return filing status.<br \/>\n3. Enter or estimate your taxable income using the Taxable Income box.<br \/>\n4. Describe your non specified service trades or businesses qualified business income, W-2 wages and depreciable property boxes. Note that if you&#8217;ve aggregated your non-SSTB businesses, the calculator should work fine. If you have multiple, un-aggregated businesses, it may not work accurately. Sorry.<br \/>\n5. Provide your total specified service trade or business (SSTB) income. You should be able to aggregate all your SSTBs into a single number.<br \/>\n6. Click Calculate.<\/ul>\n<p><strong>Tip:<\/strong> For more information about how the new Section 199A formula works, take a peek at this blog post: <a href=\"https:\/\/evergreensmallbusiness.com\/the-new-big-beautiful-section-199a-deduction\/\">The New Big Beautiful Section 199A Deduction.<\/a><\/p>\n<p>A final caution: Assuming the Big Beautiful Tax bill passes Congress, it&#8217;ll be months before the Treasury can issue updated regulations. Thus, consider the Big Beautiful Section 199A calculator&#8217;s numbers rough estimates.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Use the calculator below to estimate your Section 199A deduction using the new formula from the Big Beautiful Tax Bill of 2025. Note: More detailed instructions appear below the calculator but you can probably use numbers from your 2024 or 2025 tax returns to calculate the new formula&#8217;s effect on your Section 199A deduction. Collect [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":43442,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[6,38],"tags":[],"class_list":{"0":"post-43407","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-business-taxes","8":"category-section-199a","9":"entry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Big Beautiful Section 199A Calculator - Evergreen Small Business<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/evergreensmallbusiness.com\/big-beautiful-section-199a-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Big Beautiful Section 199A Calculator\" \/>\n<meta property=\"og:description\" content=\"Use the calculator below to estimate your Section 199A deduction using the new formula from the Big Beautiful Tax Bill of 2025. Note: More detailed instructions appear below the calculator but you can probably use numbers from your 2024 or 2025 tax returns to calculate the new formula&#8217;s effect on your Section 199A deduction. Collect [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evergreensmallbusiness.com\/big-beautiful-section-199a-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Evergreen Small Business\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-20T22:16:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2025\/05\/iStock-913705040.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1254\" \/>\n\t<meta property=\"og:image:height\" content=\"836\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Stephen Nelson CPA\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@SeattleCPA\" \/>\n<meta name=\"twitter:site\" content=\"@SeattleCPA\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Stephen Nelson CPA\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/big-beautiful-section-199a-calculator\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/big-beautiful-section-199a-calculator\\\/\"},\"author\":{\"name\":\"Stephen Nelson CPA\",\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/#\\\/schema\\\/person\\\/81bbd61b04df6d67d261eaa871e65e36\"},\"headline\":\"Big Beautiful Section 199A Calculator\",\"datePublished\":\"2025-05-20T22:16:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/big-beautiful-section-199a-calculator\\\/\"},\"wordCount\":354,\"commentCount\":1,\"image\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/big-beautiful-section-199a-calculator\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/iStock-913705040.jpg\",\"articleSection\":[\"business taxes\",\"Section 199A\"],\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/evergreensmallbusiness.com\\\/big-beautiful-section-199a-calculator\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/big-beautiful-section-199a-calculator\\\/\",\"url\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/big-beautiful-section-199a-calculator\\\/\",\"name\":\"Big Beautiful Section 199A Calculator - Evergreen Small Business\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/big-beautiful-section-199a-calculator\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/big-beautiful-section-199a-calculator\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/iStock-913705040.jpg\",\"datePublished\":\"2025-05-20T22:16:26+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/#\\\/schema\\\/person\\\/81bbd61b04df6d67d261eaa871e65e36\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/big-beautiful-section-199a-calculator\\\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evergreensmallbusiness.com\\\/big-beautiful-section-199a-calculator\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/big-beautiful-section-199a-calculator\\\/#primaryimage\",\"url\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/iStock-913705040.jpg\",\"contentUrl\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/iStock-913705040.jpg\",\"width\":1254,\"height\":836,\"caption\":\"The Big Beautiful Section 199A calculator lets you estimate the new, larger Section 199A deduction you may get.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/big-beautiful-section-199a-calculator\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Big Beautiful Section 199A Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/#website\",\"url\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/\",\"name\":\"Evergreen Small Business\",\"description\":\"Actionable Insights from Small Business CPAs\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/#\\\/schema\\\/person\\\/81bbd61b04df6d67d261eaa871e65e36\",\"name\":\"Stephen Nelson CPA\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fa0c0563c8278d739d19e83181897fe96010490739f2050455931c5de2bf7fdd?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fa0c0563c8278d739d19e83181897fe96010490739f2050455931c5de2bf7fdd?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fa0c0563c8278d739d19e83181897fe96010490739f2050455931c5de2bf7fdd?s=96&d=mm&r=g\",\"caption\":\"Stephen Nelson CPA\"},\"url\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/author\\\/seattlecpa2014\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Big Beautiful Section 199A Calculator - Evergreen Small Business","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/evergreensmallbusiness.com\/big-beautiful-section-199a-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Big Beautiful Section 199A Calculator","og_description":"Use the calculator below to estimate your Section 199A deduction using the new formula from the Big Beautiful Tax Bill of 2025. Note: More detailed instructions appear below the calculator but you can probably use numbers from your 2024 or 2025 tax returns to calculate the new formula&#8217;s effect on your Section 199A deduction. Collect [&hellip;]","og_url":"https:\/\/evergreensmallbusiness.com\/big-beautiful-section-199a-calculator\/","og_site_name":"Evergreen Small Business","article_published_time":"2025-05-20T22:16:26+00:00","og_image":[{"width":1254,"height":836,"url":"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2025\/05\/iStock-913705040.jpg","type":"image\/jpeg"}],"author":"Stephen Nelson CPA","twitter_card":"summary_large_image","twitter_creator":"@SeattleCPA","twitter_site":"@SeattleCPA","twitter_misc":{"Written by":"Stephen Nelson CPA","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/evergreensmallbusiness.com\/big-beautiful-section-199a-calculator\/#article","isPartOf":{"@id":"https:\/\/evergreensmallbusiness.com\/big-beautiful-section-199a-calculator\/"},"author":{"name":"Stephen Nelson CPA","@id":"https:\/\/evergreensmallbusiness.com\/#\/schema\/person\/81bbd61b04df6d67d261eaa871e65e36"},"headline":"Big Beautiful Section 199A Calculator","datePublished":"2025-05-20T22:16:26+00:00","mainEntityOfPage":{"@id":"https:\/\/evergreensmallbusiness.com\/big-beautiful-section-199a-calculator\/"},"wordCount":354,"commentCount":1,"image":{"@id":"https:\/\/evergreensmallbusiness.com\/big-beautiful-section-199a-calculator\/#primaryimage"},"thumbnailUrl":"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2025\/05\/iStock-913705040.jpg","articleSection":["business taxes","Section 199A"],"inLanguage":"en","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/evergreensmallbusiness.com\/big-beautiful-section-199a-calculator\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/evergreensmallbusiness.com\/big-beautiful-section-199a-calculator\/","url":"https:\/\/evergreensmallbusiness.com\/big-beautiful-section-199a-calculator\/","name":"Big Beautiful Section 199A Calculator - Evergreen Small Business","isPartOf":{"@id":"https:\/\/evergreensmallbusiness.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/evergreensmallbusiness.com\/big-beautiful-section-199a-calculator\/#primaryimage"},"image":{"@id":"https:\/\/evergreensmallbusiness.com\/big-beautiful-section-199a-calculator\/#primaryimage"},"thumbnailUrl":"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2025\/05\/iStock-913705040.jpg","datePublished":"2025-05-20T22:16:26+00:00","author":{"@id":"https:\/\/evergreensmallbusiness.com\/#\/schema\/person\/81bbd61b04df6d67d261eaa871e65e36"},"breadcrumb":{"@id":"https:\/\/evergreensmallbusiness.com\/big-beautiful-section-199a-calculator\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evergreensmallbusiness.com\/big-beautiful-section-199a-calculator\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/evergreensmallbusiness.com\/big-beautiful-section-199a-calculator\/#primaryimage","url":"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2025\/05\/iStock-913705040.jpg","contentUrl":"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2025\/05\/iStock-913705040.jpg","width":1254,"height":836,"caption":"The Big Beautiful Section 199A calculator lets you estimate the new, larger Section 199A deduction you may get."},{"@type":"BreadcrumbList","@id":"https:\/\/evergreensmallbusiness.com\/big-beautiful-section-199a-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evergreensmallbusiness.com\/"},{"@type":"ListItem","position":2,"name":"Big Beautiful Section 199A Calculator"}]},{"@type":"WebSite","@id":"https:\/\/evergreensmallbusiness.com\/#website","url":"https:\/\/evergreensmallbusiness.com\/","name":"Evergreen Small Business","description":"Actionable Insights from Small Business CPAs","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/evergreensmallbusiness.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Person","@id":"https:\/\/evergreensmallbusiness.com\/#\/schema\/person\/81bbd61b04df6d67d261eaa871e65e36","name":"Stephen Nelson CPA","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/secure.gravatar.com\/avatar\/fa0c0563c8278d739d19e83181897fe96010490739f2050455931c5de2bf7fdd?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/fa0c0563c8278d739d19e83181897fe96010490739f2050455931c5de2bf7fdd?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fa0c0563c8278d739d19e83181897fe96010490739f2050455931c5de2bf7fdd?s=96&d=mm&r=g","caption":"Stephen Nelson CPA"},"url":"https:\/\/evergreensmallbusiness.com\/author\/seattlecpa2014\/"}]}},"_links":{"self":[{"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/posts\/43407","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/comments?post=43407"}],"version-history":[{"count":24,"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/posts\/43407\/revisions"}],"predecessor-version":[{"id":43456,"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/posts\/43407\/revisions\/43456"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/media\/43442"}],"wp:attachment":[{"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/media?parent=43407"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/categories?post=43407"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/tags?post=43407"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}