{"id":858,"date":"2023-11-24T21:05:00","date_gmt":"2023-11-24T20:05:00","guid":{"rendered":"https:\/\/dinkalkulator.no\/?page_id=858"},"modified":"2025-04-14T11:04:50","modified_gmt":"2025-04-14T11:04:50","slug":"cubic-calculator","status":"publish","type":"page","link":"https:\/\/quickpercentcalc.com\/de\/math\/cubic-calculator\/","title":{"rendered":"Cubic Calculator"},"content":{"rendered":"\n<p>Calculate volume. Our calculator helps you find the volume in cubic meters or cubic feet.<\/p>\n\n\n\n<p>Volume is a measure of space. Use this calculator to input length, width, and height. Choose your unit system below. (1 cubic meter = 1000 liters; 1 cubic meter = 35.3147 cubic feet.)<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to calculate volume<\/h2>\n\n\n\n<p>Calculating volume is simple: multiply the length, width, and height. The only difference between cubic meters and cubic feet is the unit used for the input values.<\/p>\n\n\n\n<p>For example, if you have a room with a width of 4, a length of 3, and a height of 2, its volume will be 24 in the chosen unit.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Formula for volume:<\/h2>\n\n\n\n<style>\n.frac {\n    display: inline-block;\n    position: relative;\n    vertical-align: middle;\n    letter-spacing: 0.001em;\n    text-align: center;\n}\n.frac > span {\n    display: block;\n    padding: 0.1em;\n}\n.frac span.bottom {\n    border-top: thin solid black;\n}\n.frac span.symbol {\n    display: none;\n}\n<\/style>\n\n<div class=\"formel\">\n  $$length \\times width \\times height$$\n<\/div>\n<br><br>\n\n\n\n<script>\nfunction regnUt() {\n    var l = parseFloat(document.getElementById(\"l\").value.replace(\/,\/g, \".\"));\n    var b = parseFloat(document.getElementById(\"b\").value.replace(\/,\/g, \".\"));\n    var h = parseFloat(document.getElementById(\"h\").value.replace(\/,\/g, \".\"));\n    \n    \/\/ Calculate the raw volume (assumed in the units entered)\n    var volume = l * b * h;\n    \n    \/\/ Format the output \u2013 2 decimals if needed\n    if (volume % 1 !== 0) {\n        volume = volume.toFixed(2);\n    } else {\n        volume = volume.toFixed();\n    }\n\n    \/\/ Check which unit system is selected and set the unit symbol\n    var unit = document.querySelector('input[name=\"unit\"]:checked').value;\n    var unitSymbol = unit === \"metric\" ? \" m\u00b3\" : \" ft\u00b3\";\n\n    document.getElementById(\"resultat\").innerHTML = volume.toString() + unitSymbol;\n    document.getElementById(\"resultatBoks\").style.visibility = \"initial\";\n}\n<\/script>\n\n<!-- Unit selection -->\n<label><input type=\"radio\" name=\"unit\" value=\"metric\" checked> Metric (meters, m\u00b3)<\/label>&nbsp;&nbsp;\n<label><input type=\"radio\" name=\"unit\" value=\"imperial\"> Imperial (feet, ft\u00b3)<\/label>\n<br><br>\n\n<label for=\"l\">Length<\/label><br>\n<input type=\"number\" id=\"l\" min=\"0\">\n<br><br>\n<label for=\"b\">Width<\/label><br>\n<input type=\"number\" id=\"b\" min=\"0\">\n<br><br>\n<label for=\"h\">Height<\/label><br>\n<input type=\"number\" id=\"h\" min=\"0\">\n<br><br>\n\n<input type=\"button\" id=\"regnut\" value=\"Calculate\" onclick=\"regnUt()\">\n<br><br>\n<div id=\"resultatBoks\" style=\"visibility: hidden;\">\n    <span>Result:<\/span><br>\n    <span id=\"resultat\" class=\"kalkyleResultat\"><\/span>\n<\/div>\n\n\n\n<p><\/p>\n\n","protected":false},"excerpt":{"rendered":"<p>Calculate volume. Our calculator helps you find the volume in cubic meters or cubic feet. Volume is a measure of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":7,"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":"set","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-858","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>Cubic Calculator - Find Cubic Feet or Cubic Meters Fast!<\/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\/de\/math\/cubic-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cubic Calculator - Find Cubic Feet or Cubic Meters Fast!\" \/>\n<meta property=\"og:description\" content=\"Calculate volume. Our calculator helps you find the volume in cubic meters or cubic feet. Volume is a measure of [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quickpercentcalc.com\/de\/math\/cubic-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Quick Percent Calculator\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-14T11:04:50+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\u00a0Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/quickpercentcalc.com\/de\/math\/cubic-calculator\/\",\"url\":\"https:\/\/quickpercentcalc.com\/de\/math\/cubic-calculator\/\",\"name\":\"Cubic Calculator - Find Cubic Feet or Cubic Meters Fast!\",\"isPartOf\":{\"@id\":\"https:\/\/quickpercentcalc.com\/de\/#website\"},\"datePublished\":\"2023-11-24T20:05:00+00:00\",\"dateModified\":\"2025-04-14T11:04:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/quickpercentcalc.com\/de\/math\/cubic-calculator\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/quickpercentcalc.com\/de\/math\/cubic-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/quickpercentcalc.com\/de\/math\/cubic-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/quickpercentcalc.com\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Math\",\"item\":\"https:\/\/quickpercentcalc.com\/de\/math\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Cubic Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/quickpercentcalc.com\/de\/#website\",\"url\":\"https:\/\/quickpercentcalc.com\/de\/\",\"name\":\"Quick Percent Calculator\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/quickpercentcalc.com\/de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Cubic Calculator - Find Cubic Feet or Cubic Meters Fast!","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\/de\/math\/cubic-calculator\/","og_locale":"de_DE","og_type":"article","og_title":"Cubic Calculator - Find Cubic Feet or Cubic Meters Fast!","og_description":"Calculate volume. Our calculator helps you find the volume in cubic meters or cubic feet. Volume is a measure of [&hellip;]","og_url":"https:\/\/quickpercentcalc.com\/de\/math\/cubic-calculator\/","og_site_name":"Quick Percent Calculator","article_modified_time":"2025-04-14T11:04:50+00:00","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"1\u00a0Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/quickpercentcalc.com\/de\/math\/cubic-calculator\/","url":"https:\/\/quickpercentcalc.com\/de\/math\/cubic-calculator\/","name":"Cubic Calculator - Find Cubic Feet or Cubic Meters Fast!","isPartOf":{"@id":"https:\/\/quickpercentcalc.com\/de\/#website"},"datePublished":"2023-11-24T20:05:00+00:00","dateModified":"2025-04-14T11:04:50+00:00","breadcrumb":{"@id":"https:\/\/quickpercentcalc.com\/de\/math\/cubic-calculator\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quickpercentcalc.com\/de\/math\/cubic-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/quickpercentcalc.com\/de\/math\/cubic-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quickpercentcalc.com\/de\/"},{"@type":"ListItem","position":2,"name":"Math","item":"https:\/\/quickpercentcalc.com\/de\/math\/"},{"@type":"ListItem","position":3,"name":"Cubic Calculator"}]},{"@type":"WebSite","@id":"https:\/\/quickpercentcalc.com\/de\/#website","url":"https:\/\/quickpercentcalc.com\/de\/","name":"Quick Percent Calculator","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quickpercentcalc.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"}]}},"_links":{"self":[{"href":"https:\/\/quickpercentcalc.com\/de\/wp-json\/wp\/v2\/pages\/858","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quickpercentcalc.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/quickpercentcalc.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/quickpercentcalc.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quickpercentcalc.com\/de\/wp-json\/wp\/v2\/comments?post=858"}],"version-history":[{"count":3,"href":"https:\/\/quickpercentcalc.com\/de\/wp-json\/wp\/v2\/pages\/858\/revisions"}],"predecessor-version":[{"id":2094,"href":"https:\/\/quickpercentcalc.com\/de\/wp-json\/wp\/v2\/pages\/858\/revisions\/2094"}],"up":[{"embeddable":true,"href":"https:\/\/quickpercentcalc.com\/de\/wp-json\/wp\/v2\/pages\/7"}],"wp:attachment":[{"href":"https:\/\/quickpercentcalc.com\/de\/wp-json\/wp\/v2\/media?parent=858"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}