{"id":35278,"date":"2024-08-30T11:00:43","date_gmt":"2024-08-30T18:00:43","guid":{"rendered":"https:\/\/evergreensmallbusiness.com\/?p=35278"},"modified":"2025-08-11T09:35:57","modified_gmt":"2025-08-11T16:35:57","slug":"washington-state-estate-tax-calculator","status":"publish","type":"post","link":"https:\/\/evergreensmallbusiness.com\/washington-state-estate-tax-calculator\/","title":{"rendered":"Washington State Estate Tax Calculator"},"content":{"rendered":"<p><a href=\"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/09\/iStock-915448374.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/09\/iStock-915448374-300x199.jpg\" alt=\"Use our free Washington state estate tax calculator to estimate estate taxes.\" width=\"300\" height=\"199\" class=\"alignleft size-medium wp-image-35334\" srcset=\"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/09\/iStock-915448374-300x199.jpg 300w, https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/09\/iStock-915448374-1024x680.jpg 1024w, https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/09\/iStock-915448374-768x510.jpg 768w, https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/09\/iStock-915448374.jpg 1257w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a>Washington state levies an estate tax on people who die with more than a threshold amount of net worth. For estates created before July 1, 2025 that threshold equals $2,193,000, and you can estimate the Washington state estate tax using the calculator shown below. (Instructions and additional information appear below the calculator input and outputs.)<\/p>\n<p><strong>Note:<\/strong> For estates created on or after July 1, 2025 use the updated calculator: <a href=\"https:\/\/evergreensmallbusiness.com\/washington-state-estate-tax-calculator-2025-version\/\">Washington state tax calculator (2025 Version.)<\/a><\/p>\n<script>\r\nfunction calculateEstateTax() {\r\n    \/\/ Input values\r\n    var waAssets = parseFloat(document.getElementById('wa_assets').value);\r\n    var nonWaAssets = parseFloat(document.getElementById('non_wa_assets').value);\r\n    var liabilities = parseFloat(document.getElementById('liabilities').value);\r\n    var spousalTransfers = parseFloat(document.getElementById('spousal_transfers').value);\r\n    var estateCosts = parseFloat(document.getElementById('estate_costs').value);\r\n    var charitableContributions = parseFloat(document.getElementById('charitable_contributions').value);\r\n    var exclusionAmount = parseFloat(document.getElementById('exclusion_amount').value);\r\n\r\n    \/\/ Calculate Taxable Estate\r\n    var taxableEstate = waAssets + nonWaAssets - liabilities - spousalTransfers - estateCosts - charitableContributions - exclusionAmount;\r\n\r\n    \/\/ Calculate Washington Estate Tax\r\n    var estateTax = 0;\r\n\r\n    if (taxableEstate > 0 && taxableEstate <= 1000000) {\r\n        estateTax = 0.1 * taxableEstate;\r\n    } else if (taxableEstate > 1000000 && taxableEstate <= 2000000) {\r\n        estateTax = 100000 + 0.14 * (taxableEstate - 1000000);\r\n    } else if (taxableEstate > 2000000 && taxableEstate <= 3000000) {\r\n        estateTax = 240000 + 0.15 * (taxableEstate - 2000000);\r\n    } else if (taxableEstate > 3000000 && taxableEstate <= 4000000) {\r\n        estateTax = 390000 + 0.16 * (taxableEstate - 3000000);\r\n    } else if (taxableEstate > 4000000 && taxableEstate <= 6000000) {\r\n        estateTax = 550000 + 0.18 * (taxableEstate - 4000000);\r\n    } else if (taxableEstate > 6000000 && taxableEstate <= 7000000) {\r\n        estateTax = 910000 + 0.19 * (taxableEstate - 6000000);\r\n    } else if (taxableEstate > 7000000 && taxableEstate <= 9000000) {\r\n        estateTax = 1100000 + 0.195 * (taxableEstate - 7000000);\r\n    } else if (taxableEstate > 9000000) {\r\n        estateTax = 1490000 + 0.2 * (taxableEstate - 9000000);\r\n    }\r\n\r\n    \/\/ Adjust for Non-Washington State Assets\r\n    if (waAssets + nonWaAssets > 0) {\r\n        estateTax = estateTax * (1 - (nonWaAssets \/ (nonWaAssets + waAssets)));\r\n    }\r\n\r\n    \/\/ Display Results\r\n    document.getElementById('taxable_estate').innerText = 'Taxable Estate: ' + taxableEstate.toLocaleString('en-US', {style: 'currency', currency: 'USD'});\r\n    document.getElementById('estate_tax').innerText = 'Washington Estate Tax: ' + estateTax.toLocaleString('en-US', {style: 'currency', currency: 'USD'});\r\n}\r\n<\/script>\n<p><!-- HTML for input fields and buttons --><\/p>\n<div style=\"text-align: center; padding: 20px; max-width: 600px; margin: 0 auto;\">\n    <label for=\"wa_assets\">Washington State Assets: <\/label><br \/>\n    <input id=\"wa_assets\" type=\"number\" value=\"9000000\" placeholder=\"Enter WA State Assets\" \/><\/p>\n<p>    <label for=\"non_wa_assets\">Non-Washington State Assets: <\/label><br \/>\n    <input id=\"non_wa_assets\" type=\"number\" value=\"3000000\" placeholder=\"Enter Non-WA State Assets\" \/><\/p>\n<p>    <label for=\"liabilities\">Total Liabilities: <\/label><br \/>\n    <input id=\"liabilities\" type=\"number\" value=\"1000000\" placeholder=\"Enter Total Liabilities\" \/><\/p>\n<p>    <label for=\"spousal_transfers\">Spousal Transfers: <\/label><br \/>\n    <input id=\"spousal_transfers\" type=\"number\" value=\"1000000\" placeholder=\"Enter Spousal Transfers\" \/><\/p>\n<p>    <label for=\"estate_costs\">Estate Costs: <\/label><br \/>\n    <input id=\"estate_costs\" type=\"number\" value=\"100000\" placeholder=\"Enter Estate Costs\" \/><\/p>\n<p>    <label for=\"charitable_contributions\">Charitable Contributions: <\/label><br \/>\n    <input id=\"charitable_contributions\" type=\"number\" value=\"500000\" placeholder=\"Enter Charitable Contributions\" \/><\/p>\n<p>    <label for=\"exclusion_amount\">Exclusion Amount: <\/label><br \/>\n    <input id=\"exclusion_amount\" type=\"number\" value=\"2193000\" placeholder=\"Enter Exclusion Amount\" \/><\/p>\n<p>    <button onclick=\"calculateEstateTax()\" style=\"padding: 10px 20px; font-size: 16px;\">Calculate Estate Tax<\/button><\/p>\n<div style=\"border: 2px solid #000; padding: 20px; margin-top: 20px;\">\n<p id=\"taxable_estate\">Taxable Estate: 0.00<\/p>\n<p id=\"estate_tax\">Washington Estate Tax: 0.00<\/p>\n<\/p><\/div>\n<\/div>\n<h2>Instructions for Washington State Estate Tax Calculator<\/h2>\n<p>You need to describe an estate using the roughly half a dozen inputs. But the two things to know are as follows:<\/p>\n<p>First, Washington state subtracts the following items from your taxable estate: Liabilities, spousal transfers, estate administration costs, charitable contributions and then a &#8220;standard&#8221; exclusion equal to $2,193,000.<\/p>\n<p>Second, if you have out of state real estate, the formulas adjust for this. Washington state doesn&#8217;t tax its residents on real property held out of state. (Those other states, by the way, might.) But as an example, if someone holds real estate outside Washington state that amounts to 25 percent of the person&#8217;s estate? Washington state only taxes the remaining 75 percent.<\/p>\n<p>The actual tax calculation uses a sliding scale which starts at 10 percent and rises to 20 percent.<\/p>\n<p>One wrinkle for people who have real property outside of Washington state. The values you enter for that property in the &#8220;Washington state assets&#8221; and &#8220;Non-Washington state assets&#8221; boxes need to be net of any nonrecourse debt like mortgages the decedent isn&#8217;t personally liable for. Use the liabilities box to show the total recourse liabilities.<\/p>\n<p>You ought to consider the calculation results an estimate. But they do give you a sense of the taxes an estate pays.<\/p>\n<h2>Other Resources<\/h2>\n<p>From our CPA firm website: <a href=\"https:\/\/nelson.cpa\/when-you-need-to-file-a-washington-state-estate-tax-return-and-pay-taxes\/\">Washington State Estate Tax Returns: When to File and Pay Taxes<\/a> and <a href=\"https:\/\/nelson.cpa\/washington-state-estate-tax-planning-tactics\/\">Washington State Estate Tax Planning Tactics<\/a><\/p>\n<p>Raemi Gilkerson, a local attorney in Redmond, did a very useful guest blog post that you will find informative: <a href=\"https:\/\/evergreensmallbusiness.com\/washington-estate-tax-tips-to-save-thousands\/\">Washington Estate Tax Worries: 3 Tips Save Thousands.<\/a><\/p>\n<p>Finally, additional details about the estate tax appear on the Washington Department of Revenue website: <a href=\"https:\/\/dor.wa.gov\/taxes-rates\/other-taxes\/estate-tax-tables\">Washington State Estate Tax Tables<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Washington state levies an estate tax on people who die with more than a threshold amount of net worth. For estates created before July 1, 2025 that threshold equals $2,193,000, and you can estimate the Washington state estate tax using the calculator shown below. (Instructions and additional information appear below the calculator input and outputs.) [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":35334,"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":[1343,37],"tags":[],"class_list":{"0":"post-35278","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-calculators","8":"category-estate-tax","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>Washington State Estate Tax Calculator - Evergreen Small Business<\/title>\n<meta name=\"description\" content=\"You can use the Washington state estate tax calculator to estimate the estate taxes you or someone else will owe.\" \/>\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\/washington-state-estate-tax-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Washington State Estate Tax Calculator\" \/>\n<meta property=\"og:description\" content=\"You can use the Washington state estate tax calculator to estimate the estate taxes you or someone else will owe.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evergreensmallbusiness.com\/washington-state-estate-tax-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Evergreen Small Business\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-30T18:00:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-11T16:35:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/09\/iStock-915448374.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1257\" \/>\n\t<meta property=\"og:image:height\" content=\"835\" \/>\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\\\/washington-state-estate-tax-calculator\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/washington-state-estate-tax-calculator\\\/\"},\"author\":{\"name\":\"Stephen Nelson CPA\",\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/#\\\/schema\\\/person\\\/81bbd61b04df6d67d261eaa871e65e36\"},\"headline\":\"Washington State Estate Tax Calculator\",\"datePublished\":\"2024-08-30T18:00:43+00:00\",\"dateModified\":\"2025-08-11T16:35:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/washington-state-estate-tax-calculator\\\/\"},\"wordCount\":380,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/washington-state-estate-tax-calculator\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/iStock-915448374.jpg\",\"articleSection\":[\"Calculators\",\"Estate tax\"],\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/evergreensmallbusiness.com\\\/washington-state-estate-tax-calculator\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/washington-state-estate-tax-calculator\\\/\",\"url\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/washington-state-estate-tax-calculator\\\/\",\"name\":\"Washington State Estate Tax Calculator - Evergreen Small Business\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/washington-state-estate-tax-calculator\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/washington-state-estate-tax-calculator\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/iStock-915448374.jpg\",\"datePublished\":\"2024-08-30T18:00:43+00:00\",\"dateModified\":\"2025-08-11T16:35:57+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/#\\\/schema\\\/person\\\/81bbd61b04df6d67d261eaa871e65e36\"},\"description\":\"You can use the Washington state estate tax calculator to estimate the estate taxes you or someone else will owe.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/washington-state-estate-tax-calculator\\\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evergreensmallbusiness.com\\\/washington-state-estate-tax-calculator\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/washington-state-estate-tax-calculator\\\/#primaryimage\",\"url\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/iStock-915448374.jpg\",\"contentUrl\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/iStock-915448374.jpg\",\"width\":1257,\"height\":835,\"caption\":\"Use our free Washington state estate tax calculator to estimate estate taxes.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/washington-state-estate-tax-calculator\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evergreensmallbusiness.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Washington State Estate Tax 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":"Washington State Estate Tax Calculator - Evergreen Small Business","description":"You can use the Washington state estate tax calculator to estimate the estate taxes you or someone else will owe.","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\/washington-state-estate-tax-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Washington State Estate Tax Calculator","og_description":"You can use the Washington state estate tax calculator to estimate the estate taxes you or someone else will owe.","og_url":"https:\/\/evergreensmallbusiness.com\/washington-state-estate-tax-calculator\/","og_site_name":"Evergreen Small Business","article_published_time":"2024-08-30T18:00:43+00:00","article_modified_time":"2025-08-11T16:35:57+00:00","og_image":[{"width":1257,"height":835,"url":"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/09\/iStock-915448374.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\/washington-state-estate-tax-calculator\/#article","isPartOf":{"@id":"https:\/\/evergreensmallbusiness.com\/washington-state-estate-tax-calculator\/"},"author":{"name":"Stephen Nelson CPA","@id":"https:\/\/evergreensmallbusiness.com\/#\/schema\/person\/81bbd61b04df6d67d261eaa871e65e36"},"headline":"Washington State Estate Tax Calculator","datePublished":"2024-08-30T18:00:43+00:00","dateModified":"2025-08-11T16:35:57+00:00","mainEntityOfPage":{"@id":"https:\/\/evergreensmallbusiness.com\/washington-state-estate-tax-calculator\/"},"wordCount":380,"commentCount":0,"image":{"@id":"https:\/\/evergreensmallbusiness.com\/washington-state-estate-tax-calculator\/#primaryimage"},"thumbnailUrl":"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/09\/iStock-915448374.jpg","articleSection":["Calculators","Estate tax"],"inLanguage":"en","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/evergreensmallbusiness.com\/washington-state-estate-tax-calculator\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/evergreensmallbusiness.com\/washington-state-estate-tax-calculator\/","url":"https:\/\/evergreensmallbusiness.com\/washington-state-estate-tax-calculator\/","name":"Washington State Estate Tax Calculator - Evergreen Small Business","isPartOf":{"@id":"https:\/\/evergreensmallbusiness.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/evergreensmallbusiness.com\/washington-state-estate-tax-calculator\/#primaryimage"},"image":{"@id":"https:\/\/evergreensmallbusiness.com\/washington-state-estate-tax-calculator\/#primaryimage"},"thumbnailUrl":"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/09\/iStock-915448374.jpg","datePublished":"2024-08-30T18:00:43+00:00","dateModified":"2025-08-11T16:35:57+00:00","author":{"@id":"https:\/\/evergreensmallbusiness.com\/#\/schema\/person\/81bbd61b04df6d67d261eaa871e65e36"},"description":"You can use the Washington state estate tax calculator to estimate the estate taxes you or someone else will owe.","breadcrumb":{"@id":"https:\/\/evergreensmallbusiness.com\/washington-state-estate-tax-calculator\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evergreensmallbusiness.com\/washington-state-estate-tax-calculator\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/evergreensmallbusiness.com\/washington-state-estate-tax-calculator\/#primaryimage","url":"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/09\/iStock-915448374.jpg","contentUrl":"https:\/\/evergreensmallbusiness.com\/wp-content\/uploads\/2024\/09\/iStock-915448374.jpg","width":1257,"height":835,"caption":"Use our free Washington state estate tax calculator to estimate estate taxes."},{"@type":"BreadcrumbList","@id":"https:\/\/evergreensmallbusiness.com\/washington-state-estate-tax-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evergreensmallbusiness.com\/"},{"@type":"ListItem","position":2,"name":"Washington State Estate Tax 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\/35278","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=35278"}],"version-history":[{"count":19,"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/posts\/35278\/revisions"}],"predecessor-version":[{"id":44065,"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/posts\/35278\/revisions\/44065"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/media\/35334"}],"wp:attachment":[{"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/media?parent=35278"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/categories?post=35278"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/evergreensmallbusiness.com\/wp-json\/wp\/v2\/tags?post=35278"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}