{"id":2162,"date":"2021-12-16T12:00:05","date_gmt":"2021-12-16T12:00:05","guid":{"rendered":"https:\/\/quickpercentcalc.com\/economia-empresarial\/calculadora-del-iva\/"},"modified":"2025-04-25T20:04:04","modified_gmt":"2025-04-25T20:04:04","slug":"calculadora-del-iva","status":"publish","type":"page","link":"https:\/\/quickpercentcalc.com\/es\/economia-empresarial\/calculadora-del-iva\/","title":{"rendered":"Calculadora del IVA"},"content":{"rendered":"\n<p>Calcula el Impuesto sobre el Valor A\u00f1adido (IVA). Esta calculadora del IVA te ayuda a calcular los importes del IVA incluidos y excluidos, as\u00ed como el propio valor del IVA. <\/p>\n\n<p>El IVA (Impuesto sobre el Valor A\u00f1adido) es un impuesto sobre el consumo que se a\u00f1ade a los bienes y servicios. Esta calculadora muestra cu\u00e1nto IVA est\u00e1 incluido en un precio, y te permite calcular importes con o sin IVA utilizando tu propio tipo de IVA. <\/p>\n\n<p>F\u00f3rmula para el importe <strong>con<\/strong> IVA <strong>incluido<\/strong>:<\/p>\n\n<div class=\"formel\">\n  $$Importe sin IVA multiplicado por (1 + fracci\u00f3n del IVA{100})$$\n<\/div>\n<br\/><br\/>\n\n<p>F\u00f3rmula para el importe <strong>sin<\/strong> IVA:<\/p>\n\n<div class=\"formel\">\n  $$\\frac{Importe~incluido~IVA}{1 + \\frac{Impuesto~IVA}{100}}$$\n<\/div>\n<br\/><br\/>\n\n<p>F\u00f3rmula para hallar el importe del IVA:<\/p>\n\n<div class=\"formel\">\n  $$Importe~incluido~IVA &#8211; Importe~excluido~IVA$$\n<\/div>\n<br\/><br\/>\n\n<h2 class=\"wp-block-heading\">Calculadora del IVA<\/h2>\n\n<script>\nfunction regnUt() {\n    document.getElementById(\"feilmeld\").style.visibility = \"hidden\";\n    document.getElementById(\"resultatBoks\").style.visibility = \"hidden\";\n\n    var belop = parseFloat(document.getElementById(\"belop\").value.replace(\/,\/g, \".\"));\n    var sats = parseFloat(document.getElementById(\"sats\").value.replace(\/,\/g, \".\"));\n\n    if (isNaN(belop) || isNaN(sats)) {\n        document.getElementById(\"feilmeld\").style.visibility = \"visible\";\n        return;\n    }\n\n    var inklmva = \"\";\n    var ekslmva = \"\";\n    var mva = 0;\n    var utregning = 0;\n\n    if (document.getElementById(\"inklmva\").checked) {\n        mva = belop * sats \/ 100;\n        utregning = belop + mva;\n    } else {\n        mva = belop - (belop \/ (1 + sats \/ 100));\n        utregning = belop \/ (1 + sats \/ 100);\n    }\n\n    if (utregning % 1 !== 0) {\n        utregning = utregning.toFixed(2);\n    } else {\n        utregning = utregning.toFixed();\n    }\n\n    if (mva % 1 !== 0) {\n        mva = mva.toFixed(2);\n    } else {\n        mva = mva.toFixed();\n    }\n\n    var utregning2 = \"\";\n    if (document.getElementById(\"inklmva\").checked) {\n        inklmva = belop.toFixed(2) + \" excl. VAT = \" + utregning + \" incl. VAT\";\n        utregning2 = inklmva;\n    } else {\n        ekslmva = belop.toFixed(2) + \" incl. VAT = \" + utregning + \" excl. VAT\";\n        utregning2 = ekslmva;\n    }\n\n    document.getElementById(\"resultat\").innerHTML = utregning2;\n    document.getElementById(\"mvaresultat\").innerHTML = mva;\n    document.getElementById(\"resultatBoks\").style.visibility = \"initial\";\n}\n<\/script>\n\n<label for=\"belop\">Importe<\/label><br\/><input type=\"number\" id=\"belop\" min=\"0\" step=\"0.01\"\/>\n<br\/><br\/><label for=\"sats\">Tipo de IVA (%)<\/label><br\/><input type=\"number\" id=\"sats\" min=\"0\" value=\"25\" step=\"0.01\"\/>\n<br\/><br\/>\n<input type=\"radio\" id=\"ekslmva\" name=\"mva\" checked=\"checked\"\/>\n<label for=\"ekslmva\">Quiero encontrar el importe sin IVA<\/label><br\/><input type=\"radio\" id=\"inklmva\" name=\"mva\"\/>\n<label for=\"inklmva\">Quiero encontrar el importe con IVA incluido<\/label><br\/><input type=\"button\" id=\"regnut\" value=\"Calcula\" onclick=\"regnUt()\"\/>\n<br\/><br\/><span id=\"feilmeld\" style=\"visibility: hidden; color: red;\">Rellena todos los campos<\/span>\n<div id=\"resultatBoks\" style=\"visibility: hidden;\">\n    <span>Resultado:<\/span><br\/>    <span id=\"resultat\" class=\"kalkyleResultat\"><\/span><br\/>    <span>Importe del IVA: <\/span> <span id=\"mvaresultat\" class=\"mvaresultat\"><\/span>\n<\/div>\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading\">\u00bfQu\u00e9 es el IVA?<\/h2>\n\n<p>El IVA, o Impuesto sobre el Valor A\u00f1adido, es un impuesto que se aplica a la compra de bienes y servicios. Mientras que el consumidor paga el impuesto, \u00e9ste es recaudado y remitido al gobierno por la empresa que vende los bienes o servicios. Los tipos del IVA var\u00edan seg\u00fan los pa\u00edses y, a veces, seg\u00fan los tipos de productos. En muchos pa\u00edses europeos, el tipo normal del IVA ronda el 20-25%, con tipos reducidos en art\u00edculos como la alimentaci\u00f3n, el transporte y los servicios culturales.   <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Calcula el Impuesto sobre el Valor A\u00f1adido (IVA). Esta calculadora del IVA te ayuda a calcular los importes del IVA [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1990,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"kalkulator-side.php","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"default","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-2162","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Calculadora del IVA | Calculadora del Impuesto sobre el Valor A\u00f1adido<\/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:\/\/quickpercentcalc.com\/es\/economia-empresarial\/calculadora-del-iva\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Calculadora del IVA | Calculadora del Impuesto sobre el Valor A\u00f1adido\" \/>\n<meta property=\"og:description\" content=\"Calcula el Impuesto sobre el Valor A\u00f1adido (IVA). Esta calculadora del IVA te ayuda a calcular los importes del IVA [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quickpercentcalc.com\/es\/economia-empresarial\/calculadora-del-iva\/\" \/>\n<meta property=\"og:site_name\" content=\"Quick Percent Calculator\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-25T20:04:04+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/quickpercentcalc.com\/es\/economia-empresarial\/calculadora-del-iva\/\",\"url\":\"https:\/\/quickpercentcalc.com\/es\/economia-empresarial\/calculadora-del-iva\/\",\"name\":\"Calculadora del IVA | Calculadora del Impuesto sobre el Valor A\u00f1adido\",\"isPartOf\":{\"@id\":\"https:\/\/quickpercentcalc.com\/es\/#website\"},\"datePublished\":\"2021-12-16T12:00:05+00:00\",\"dateModified\":\"2025-04-25T20:04:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/quickpercentcalc.com\/es\/economia-empresarial\/calculadora-del-iva\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/quickpercentcalc.com\/es\/economia-empresarial\/calculadora-del-iva\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/quickpercentcalc.com\/es\/economia-empresarial\/calculadora-del-iva\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/quickpercentcalc.com\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Econom\u00eda empresarial\",\"item\":\"https:\/\/quickpercentcalc.com\/es\/economia-empresarial\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Calculadora del IVA\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/quickpercentcalc.com\/es\/#website\",\"url\":\"https:\/\/quickpercentcalc.com\/es\/\",\"name\":\"Quick Percent Calculator\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/quickpercentcalc.com\/es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Calculadora del IVA | Calculadora del Impuesto sobre el Valor A\u00f1adido","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:\/\/quickpercentcalc.com\/es\/economia-empresarial\/calculadora-del-iva\/","og_locale":"es_ES","og_type":"article","og_title":"Calculadora del IVA | Calculadora del Impuesto sobre el Valor A\u00f1adido","og_description":"Calcula el Impuesto sobre el Valor A\u00f1adido (IVA). Esta calculadora del IVA te ayuda a calcular los importes del IVA [&hellip;]","og_url":"https:\/\/quickpercentcalc.com\/es\/economia-empresarial\/calculadora-del-iva\/","og_site_name":"Quick Percent Calculator","article_modified_time":"2025-04-25T20:04:04+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/quickpercentcalc.com\/es\/economia-empresarial\/calculadora-del-iva\/","url":"https:\/\/quickpercentcalc.com\/es\/economia-empresarial\/calculadora-del-iva\/","name":"Calculadora del IVA | Calculadora del Impuesto sobre el Valor A\u00f1adido","isPartOf":{"@id":"https:\/\/quickpercentcalc.com\/es\/#website"},"datePublished":"2021-12-16T12:00:05+00:00","dateModified":"2025-04-25T20:04:04+00:00","breadcrumb":{"@id":"https:\/\/quickpercentcalc.com\/es\/economia-empresarial\/calculadora-del-iva\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quickpercentcalc.com\/es\/economia-empresarial\/calculadora-del-iva\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/quickpercentcalc.com\/es\/economia-empresarial\/calculadora-del-iva\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quickpercentcalc.com\/es\/"},{"@type":"ListItem","position":2,"name":"Econom\u00eda empresarial","item":"https:\/\/quickpercentcalc.com\/es\/economia-empresarial\/"},{"@type":"ListItem","position":3,"name":"Calculadora del IVA"}]},{"@type":"WebSite","@id":"https:\/\/quickpercentcalc.com\/es\/#website","url":"https:\/\/quickpercentcalc.com\/es\/","name":"Quick Percent Calculator","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quickpercentcalc.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"}]}},"_links":{"self":[{"href":"https:\/\/quickpercentcalc.com\/es\/wp-json\/wp\/v2\/pages\/2162","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quickpercentcalc.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/quickpercentcalc.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/quickpercentcalc.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quickpercentcalc.com\/es\/wp-json\/wp\/v2\/comments?post=2162"}],"version-history":[{"count":1,"href":"https:\/\/quickpercentcalc.com\/es\/wp-json\/wp\/v2\/pages\/2162\/revisions"}],"predecessor-version":[{"id":2163,"href":"https:\/\/quickpercentcalc.com\/es\/wp-json\/wp\/v2\/pages\/2162\/revisions\/2163"}],"up":[{"embeddable":true,"href":"https:\/\/quickpercentcalc.com\/es\/wp-json\/wp\/v2\/pages\/1990"}],"wp:attachment":[{"href":"https:\/\/quickpercentcalc.com\/es\/wp-json\/wp\/v2\/media?parent=2162"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}