{"id":9379,"date":"2025-11-20T14:41:58","date_gmt":"2025-11-20T14:41:58","guid":{"rendered":"https:\/\/globalfacilities.co.uk\/?page_id=9379"},"modified":"2025-11-20T14:44:54","modified_gmt":"2025-11-20T14:44:54","slug":"space-utilisation-occupancy-calculator","status":"publish","type":"page","link":"https:\/\/globalfacilities.co.uk\/space-utilisation-occupancy-calculator\/","title":{"rendered":"Space Utilisation \/ Occupancy Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9379\" class=\"elementor elementor-9379\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5ffb316 elementor-section-boxed elementor-section-height-default elementor-section-height-default rt-parallax-bg-no\" data-id=\"5ffb316\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-634f6f3\" data-id=\"634f6f3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b0d6a0b elementor-widget elementor-widget-text-editor\" data-id=\"b0d6a0b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Discover how efficiently your workspace is being used with our Space Utilisation and Occupancy Calculator. Simply enter your total office area, employee numbers, and typical days in the office, and our tool will provide recommended seating, space per employee, and potential cost-saving opportunities.<\/p><p>Perfect for businesses navigating hybrid working, this calculator helps you make data-driven decisions to improve space efficiency, reduce unnecessary overheads, and create a more productive working environment.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39fa769 elementor-widget elementor-widget-html\" data-id=\"39fa769\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Full-width Occupancy \/ Space Utilisation Calculator with annual rent -->\r\n<div class=\"calculator-wrapper\">\r\n  <div class=\"calculator-form\">\r\n\r\n    <!-- --- User Inputs --- -->\r\n    <div class=\"user-inputs\">\r\n      <label>\r\n        Total usable floor area:\r\n        <input id=\"inputTotalArea\" type=\"number\" min=\"0\" value=\"20000\"> <small>sq ft<\/small>\r\n      <\/label>\r\n\r\n      <label>\r\n        Number of employees:\r\n        <input id=\"inputEmployees\" type=\"number\" min=\"0\" value=\"200\">\r\n      <\/label>\r\n\r\n      <label>\r\n        Average staff days in per week:\r\n        <input id=\"inputDaysInOffice\" type=\"number\" min=\"0\" max=\"5\" step=\"0.5\" value=\"3\">\r\n      <\/label>\r\n\r\n      <label>\r\n        Workspace type:\r\n        <select id=\"inputWorkspaceType\">\r\n          <option value=\"open\" selected>Open-plan<\/option>\r\n          <option value=\"hybrid\">Hybrid \/ flexible<\/option>\r\n          <option value=\"mixed\">Mixed (open + private)<\/option>\r\n          <option value=\"private\">Private offices<\/option>\r\n          <option value=\"lab\">Lab \/ workshop<\/option>\r\n        <\/select>\r\n      <\/label>\r\n\r\n      <label>\r\n        Current number of seats (optional):\r\n        <input id=\"inputCurrentSeats\" type=\"number\" min=\"0\" value=\"200\">\r\n      <\/label>\r\n\r\n      <label>\r\n        Annual rent (optional):\r\n        <input id=\"inputRent\" type=\"number\" min=\"0\" value=\"800000\"> <small>\u00a3 \/ year<\/small>\r\n      <\/label>\r\n\r\n      <label>\r\n        Buffer for hotdesking:\r\n        <input id=\"inputBuffer\" type=\"number\" min=\"0\" max=\"50\" value=\"10\"> <small>%<\/small>\r\n      <\/label>\r\n    <\/div>\r\n\r\n    <hr>\r\n\r\n    <!-- Results Panel -->\r\n    <div class=\"results-section\">\r\n      <h3>Calculated Metrics<\/h3>\r\n      <div class=\"results-grid\">\r\n        <div class=\"result-item\"><span class=\"label\">Average Daily Headcount (ADH)<\/span><span class=\"value\" id=\"outADH\">\u2014<\/span><\/div>\r\n        <div class=\"result-item\"><span class=\"label\">Recommended Seats (RS)<\/span><span class=\"value\" id=\"outRS\">\u2014<\/span><\/div>\r\n        <div class=\"result-item\"><span class=\"label\">Space per Seat (sq ft)<\/span><span class=\"value\" id=\"outSPS\">\u2014<\/span><\/div>\r\n        <div class=\"result-item\"><span class=\"label\">Target space\/seat (benchmark)<\/span><span class=\"value\" id=\"outTargetSPS\">\u2014<\/span><\/div>\r\n        <div class=\"result-item\"><span class=\"label\">Space Efficiency Score (0\u2013100)<\/span><span class=\"value\" id=\"outSES\">\u2014<\/span><\/div>\r\n        <div class=\"result-item\"><span class=\"label\">Seats saved (if current seats given)<\/span><span class=\"value\" id=\"outSeatsSaved\">\u2014<\/span><\/div>\r\n        <div class=\"result-item\"><span class=\"label\">Estimated annual rent saving<\/span><span class=\"value\" id=\"outRentSaving\">\u2014<\/span><\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/div>\r\n\r\n<style>\r\n\/* --- Full-width Layout --- *\/\r\n.calculator-wrapper {\r\n  font-family: 'Karla', sans-serif;\r\n  width: 100%;\r\n  max-width: 100%;\r\n  margin: 0 auto;\r\n  padding: 1rem;\r\n  box-sizing: border-box;\r\n}\r\n\r\n.calculator-form {\r\n  background: #fff;\r\n  padding: 1.5rem;\r\n  border-radius: 8px;\r\n  border: 1px solid #ddd;\r\n  box-shadow: 0 0 10px rgba(0,0,0,0.05);\r\n  width: 100%;\r\n  box-sizing: border-box;\r\n}\r\n\r\n\/* Headings *\/\r\nh2, h3 { color: #3C3C3B; margin-bottom: 1rem; }\r\n\r\n\/* User inputs layout *\/\r\n.user-inputs {\r\n  display: grid;\r\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\r\n  gap: 1rem;\r\n  margin-bottom: 1rem;\r\n}\r\n.user-inputs label { display: flex; flex-direction: column; font-size: 0.95rem; }\r\n.user-inputs input, .user-inputs select { padding: 8px; border: 1px solid #ddd; border-radius: 6px; margin-top: 6px; width: 100%; box-sizing: border-box; }\r\n\r\n\/* Results *\/\r\n.results-section {\r\n  margin-top: 1.5rem;\r\n  background: #f7f7f8;\r\n  padding: 1rem;\r\n  border-radius: 8px;\r\n}\r\n.results-grid {\r\n  display: grid;\r\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\r\n  gap: 1rem;\r\n}\r\n\r\n\/* --- Flex alignment for value boxes --- *\/\r\n.result-item {\r\n  padding: 0.75rem;\r\n  background: #fff;\r\n  border-radius: 6px;\r\n  border: 1px solid #eee;\r\n  \r\n  display: flex;                   \/* Use flex *\/\r\n  justify-content: space-between;  \/* Label left, value right *\/\r\n  align-items: center;\r\n  flex-wrap: wrap;                 \/* Wrap if needed *\/\r\n}\r\n\r\n.result-item .label {\r\n  font-weight: 500;\r\n  text-align: left;\r\n  margin-right: 1rem;\r\n  flex: 1 1 auto;\r\n  min-width: 0;                   \/* Prevent overflow *\/\r\n}\r\n\r\n.result-item .value {\r\n  font-weight: 700;\r\n  color: #F16232;\r\n  text-align: right;\r\n  flex-shrink: 0;                 \/* Keep right aligned *\/\r\n}\r\n\r\n\/* Responsive adjustments *\/\r\n@media (max-width: 600px) {\r\n  .user-inputs { grid-template-columns: 1fr; }\r\n  .results-grid { grid-template-columns: 1fr; }\r\n}\r\n<\/style>\r\n\r\n<script>\r\n(function() {\r\n  const inputTotalArea = document.getElementById('inputTotalArea');\r\n  const inputEmployees = document.getElementById('inputEmployees');\r\n  const inputDaysInOffice = document.getElementById('inputDaysInOffice');\r\n  const inputWorkspaceType = document.getElementById('inputWorkspaceType');\r\n  const inputCurrentSeats = document.getElementById('inputCurrentSeats');\r\n  const inputRent = document.getElementById('inputRent');\r\n  const inputBuffer = document.getElementById('inputBuffer');\r\n\r\n  const outADH = document.getElementById('outADH');\r\n  const outRS = document.getElementById('outRS');\r\n  const outSPS = document.getElementById('outSPS');\r\n  const outTargetSPS = document.getElementById('outTargetSPS');\r\n  const outSES = document.getElementById('outSES');\r\n  const outSeatsSaved = document.getElementById('outSeatsSaved');\r\n  const outRentSaving = document.getElementById('outRentSaving');\r\n\r\n  const TARGETS = { open:100, hybrid:115, mixed:130, private:180, lab:250 };\r\n  const clamp = (v, a, b) => Math.max(a, Math.min(b, v));\r\n  const ceil = v => Math.ceil(v);\r\n\r\n  function updateMetrics() {\r\n    const totalArea = Number(inputTotalArea.value) || 0;\r\n    const employees = Number(inputEmployees.value) || 0;\r\n    const daysInOffice = Number(inputDaysInOffice.value) || 0;\r\n    const buffer = (Number(inputBuffer.value)||0)\/100;\r\n    const currentSeats = Number(inputCurrentSeats.value) || 0;\r\n    const rentPerYear = Number(inputRent.value) || 0;\r\n    const workweekDays = 5;\r\n\r\n    const ADH = Math.round(employees * (daysInOffice \/ workweekDays) * 100)\/100;\r\n    outADH.textContent = ADH;\r\n\r\n    const RS = ceil(ADH*(1+buffer));\r\n    outRS.textContent = RS;\r\n\r\n    const SPS = RS>0 ? Math.round((totalArea\/RS)*10)\/10 : '\u2014';\r\n    outSPS.textContent = `${SPS} sq ft`;\r\n\r\n    const type = inputWorkspaceType.value;\r\n    const SPS_target = TARGETS[type] || 100;\r\n    outTargetSPS.textContent = `${SPS_target} sq ft`;\r\n\r\n    let SES = RS>0 ? Math.round(clamp((SPS_target\/SPS)*100,0,100)) : '\u2014';\r\n    outSES.textContent = SES !== '\u2014' ? `${SES} \/ 100` : '\u2014';\r\n\r\n    let seatsSaved = '\u2014';\r\n    if(currentSeats>0) {\r\n      const diff = currentSeats - RS;\r\n      seatsSaved = diff>0 ? `${diff} seats` : diff===0 ? 'No change' : `Need +${Math.abs(diff)} seats`;\r\n    }\r\n    outSeatsSaved.textContent = seatsSaved;\r\n\r\n    let rentSaving = '\u2014';\r\n    if(rentPerYear>0 && currentSeats>0 && RS>0) {\r\n      const savedSeats = currentSeats - RS;\r\n      if(savedSeats>0) {\r\n        const annualSaving = Math.round((savedSeats \/ currentSeats) * rentPerYear);\r\n        rentSaving = `\u00a3${annualSaving.toLocaleString()} \/ year`;\r\n      } else rentSaving = '\u00a30';\r\n    }\r\n    outRentSaving.textContent = rentSaving;\r\n  }\r\n\r\n  [inputTotalArea,inputEmployees,inputDaysInOffice,inputWorkspaceType,inputCurrentSeats,inputRent,inputBuffer].forEach(el=>{\r\n    el.addEventListener('input',updateMetrics);\r\n  });\r\n\r\n  updateMetrics();\r\n})();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cded0cc elementor-widget elementor-widget-heading\" data-id=\"cded0cc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">About the Space Utilisation \/ Occupancy Calculator<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-de8db5e elementor-widget elementor-widget-text-editor\" data-id=\"de8db5e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The Space Utilisation \/ Occupancy Calculator is designed to help businesses understand how efficiently their office space is being used and identify opportunities to optimise seating and reduce costs. It is particularly useful for organisations navigating hybrid working or flexible workplace strategies.<\/p>\n<p>How it works:<\/p>\n<p>Input your office details \u2013 Enter your total usable floor area, the number of employees, the average number of days they spend in the office each week, and the type of workspace (e.g., open-plan, hybrid, private offices).<\/p>\n<p>Provide current capacity and costs \u2013 Optionally enter the current number of seats in your office and the total annual rent or occupancy cost. You can also include a buffer percentage to account for hotdesking or flexible seating arrangements.<\/p>\n<p>View calculated metrics \u2013 The calculator will instantly display:<\/p>\n<p>Average Daily Headcount (ADH): How many employees are in the office on an average day.<\/p>\n<p>Recommended Seats (RS): The optimal number of desks needed to accommodate staff while considering hotdesking.<\/p>\n<p>Space per Seat (SPS): Average square footage allocated per desk.<\/p>\n<p>Target space\/seat benchmark: Industry-standard benchmark for your workspace type.<\/p>\n<p>Space Efficiency Score (SES): A measure (0\u2013100) of how efficiently your space is being used relative to benchmarks.<\/p>\n<p>Seats saved: Potential reduction in desks if your current setup is over-provisioned.<\/p>\n<p>Estimated annual rent saving: The financial benefit of reducing unnecessary seats, based on your annual rent.<\/p>\n<p>Why use it:<\/p>\n<p>Helps optimise office layouts for hybrid working.<\/p>\n<p>Supports data-driven decisions about seating and space allocation.<\/p>\n<p>Highlights potential cost savings from more efficient use of office space.<\/p>\n<p>Makes planning for future office requirements easier and more accurate.<\/p>\n<p>By using this calculator, organisations can balance comfort, collaboration, and cost-efficiency while maximising the value of their workspace.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-53f4f03e elementor-section-boxed elementor-section-height-default elementor-section-height-default rt-parallax-bg-no\" data-id=\"53f4f03e\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-40d413fc\" data-id=\"40d413fc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4dc08eb1 elementor-widget elementor-widget-rt-text-with-button\" data-id=\"4dc08eb1\" data-element_type=\"widget\" data-widget_type=\"rt-text-with-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"title-text-button barshow text-style1\">\r\n\t\r\n\t\t<div class=\"subtitle style2\">Contact Us\t\t<span class=\"title-bar1\"><\/span><span class=\"title-bar2\"><\/span>\t<\/div>\r\n\t\t\t\t\r\n\t<div class=\"section-content\"><p>Please contact us if you have any questions or would like to book an appointment.<\/p><p>A member of our team with contact your within 24hrs.<\/p><p>Call <strong><a href=\"tel:02083040185\">020 8304 0185<\/a><\/strong><\/p><\/div>\r\n\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6e381aea\" data-id=\"6e381aea\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1ef30629 elementor-widget elementor-widget-html\" data-id=\"1ef30629\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js.hsforms.net\/forms\/v2.js\"><\/script>\r\n<script>\r\n  hbspt.forms.create({\r\n    region: \"na1\",\r\n    portalId: \"8901981\",\r\n    formId: \"f4ed3a8d-852e-49b6-90ac-78aadba5ab41\",\r\n    version: \"V2_PRERELEASE\"\r\n  });\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Discover how efficiently your workspace is being used with our Space Utilisation and Occupancy Calculator. Simply enter your total office area, employee numbers, and typical days in the office, and our tool will provide recommended seating, space per employee, and potential cost-saving opportunities. Perfect for businesses navigating hybrid working, this calculator helps you make data-driven [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-template\/template-fullwidth.php","meta":{"footnotes":""},"class_list":["post-9379","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Space Utilisation &amp; Occupancy Calculator | Optimise Office Space<\/title>\n<meta name=\"description\" content=\"Calculate recommended seating, space per employee, and potential rent savings. Optimise your office layout for efficiency.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/globalfacilities.co.uk\/space-utilisation-occupancy-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Space Utilisation &amp; Occupancy Calculator | Optimise Office Space\" \/>\n<meta property=\"og:description\" content=\"Calculate recommended seating, space per employee, and potential rent savings. Optimise your office layout for efficiency.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/globalfacilities.co.uk\/space-utilisation-occupancy-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Global Facilities\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-20T14:44:54+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/globalfacilities.co.uk\/space-utilisation-occupancy-calculator\/\",\"url\":\"https:\/\/globalfacilities.co.uk\/space-utilisation-occupancy-calculator\/\",\"name\":\"Space Utilisation & Occupancy Calculator | Optimise Office Space\",\"isPartOf\":{\"@id\":\"https:\/\/globalfacilities.co.uk\/#website\"},\"datePublished\":\"2025-11-20T14:41:58+00:00\",\"dateModified\":\"2025-11-20T14:44:54+00:00\",\"description\":\"Calculate recommended seating, space per employee, and potential rent savings. Optimise your office layout for efficiency.\",\"breadcrumb\":{\"@id\":\"https:\/\/globalfacilities.co.uk\/space-utilisation-occupancy-calculator\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/globalfacilities.co.uk\/space-utilisation-occupancy-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/globalfacilities.co.uk\/space-utilisation-occupancy-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/globalfacilities.co.uk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Space Utilisation \/ Occupancy Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/globalfacilities.co.uk\/#website\",\"url\":\"https:\/\/globalfacilities.co.uk\/\",\"name\":\"Global Facilities\",\"description\":\"The UK&#039;s Leading Facilities Management Provider\",\"publisher\":{\"@id\":\"https:\/\/globalfacilities.co.uk\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/globalfacilities.co.uk\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/globalfacilities.co.uk\/#organization\",\"name\":\"Global Facilities\",\"url\":\"https:\/\/globalfacilities.co.uk\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/globalfacilities.co.uk\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/globalfacilities.co.uk\/wp-content\/uploads\/2022\/09\/Global-Facilities-Logo-Blk-Orange-Trans.png\",\"contentUrl\":\"https:\/\/globalfacilities.co.uk\/wp-content\/uploads\/2022\/09\/Global-Facilities-Logo-Blk-Orange-Trans.png\",\"width\":1259,\"height\":548,\"caption\":\"Global Facilities\"},\"image\":{\"@id\":\"https:\/\/globalfacilities.co.uk\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/showcase\/globalfacilitiesmanagement\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Space Utilisation & Occupancy Calculator | Optimise Office Space","description":"Calculate recommended seating, space per employee, and potential rent savings. Optimise your office layout for efficiency.","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:\/\/globalfacilities.co.uk\/space-utilisation-occupancy-calculator\/","og_locale":"en_GB","og_type":"article","og_title":"Space Utilisation & Occupancy Calculator | Optimise Office Space","og_description":"Calculate recommended seating, space per employee, and potential rent savings. Optimise your office layout for efficiency.","og_url":"https:\/\/globalfacilities.co.uk\/space-utilisation-occupancy-calculator\/","og_site_name":"Global Facilities","article_modified_time":"2025-11-20T14:44:54+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/globalfacilities.co.uk\/space-utilisation-occupancy-calculator\/","url":"https:\/\/globalfacilities.co.uk\/space-utilisation-occupancy-calculator\/","name":"Space Utilisation & Occupancy Calculator | Optimise Office Space","isPartOf":{"@id":"https:\/\/globalfacilities.co.uk\/#website"},"datePublished":"2025-11-20T14:41:58+00:00","dateModified":"2025-11-20T14:44:54+00:00","description":"Calculate recommended seating, space per employee, and potential rent savings. Optimise your office layout for efficiency.","breadcrumb":{"@id":"https:\/\/globalfacilities.co.uk\/space-utilisation-occupancy-calculator\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/globalfacilities.co.uk\/space-utilisation-occupancy-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/globalfacilities.co.uk\/space-utilisation-occupancy-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/globalfacilities.co.uk\/"},{"@type":"ListItem","position":2,"name":"Space Utilisation \/ Occupancy Calculator"}]},{"@type":"WebSite","@id":"https:\/\/globalfacilities.co.uk\/#website","url":"https:\/\/globalfacilities.co.uk\/","name":"Global Facilities","description":"The UK&#039;s Leading Facilities Management Provider","publisher":{"@id":"https:\/\/globalfacilities.co.uk\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/globalfacilities.co.uk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/globalfacilities.co.uk\/#organization","name":"Global Facilities","url":"https:\/\/globalfacilities.co.uk\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/globalfacilities.co.uk\/#\/schema\/logo\/image\/","url":"https:\/\/globalfacilities.co.uk\/wp-content\/uploads\/2022\/09\/Global-Facilities-Logo-Blk-Orange-Trans.png","contentUrl":"https:\/\/globalfacilities.co.uk\/wp-content\/uploads\/2022\/09\/Global-Facilities-Logo-Blk-Orange-Trans.png","width":1259,"height":548,"caption":"Global Facilities"},"image":{"@id":"https:\/\/globalfacilities.co.uk\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/showcase\/globalfacilitiesmanagement\/"]}]}},"_links":{"self":[{"href":"https:\/\/globalfacilities.co.uk\/wp-json\/wp\/v2\/pages\/9379","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/globalfacilities.co.uk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/globalfacilities.co.uk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/globalfacilities.co.uk\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/globalfacilities.co.uk\/wp-json\/wp\/v2\/comments?post=9379"}],"version-history":[{"count":0,"href":"https:\/\/globalfacilities.co.uk\/wp-json\/wp\/v2\/pages\/9379\/revisions"}],"wp:attachment":[{"href":"https:\/\/globalfacilities.co.uk\/wp-json\/wp\/v2\/media?parent=9379"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}