Leaders Insights
Leaders Insights

Rester au meilleur niveau, un peu chaque jour.

DomainesMarketingDataFinanceIA
RessourcesApprendreTestOutilsBlogGlossaire
© 2026 Leaders Insights — Tous droits réservés.
Formations/Data in real estate/Data in real estate/Reading occupancy and building-performance signals for NOI
3/4+150 XP

Data in real estate

1Mapping the real estate data stack from parcels to portfolios+1502Building a defensible valuation model with comps and cash flows+1503Reading occupancy and building-performance signals for NOI+1504Portfolio analytics for risk, diversification, and capital allocation+150

Reading occupancy and building-performance signals for NOI

The tower that's full but bleeding

A 40-story Class A office tower reports 100% leased. Every suite has a tenant. Every rent check clears. Yet net operating income (NOI), the property's rental income minus operating expenses, has slipped three quarters in a row.

The rent roll looks perfect. So where is the money going?

The answer is hiding in three data streams the asset manager was not reading together: badge swipes at the turnstiles, energy meters in the mechanical room, and the lease-expiration schedule sitting in a spreadsheet.

This lesson teaches you to read those signals as one story.

NOI: the number every signal ties back to

Net operating income is the property's income after operating costs but before debt payments and taxes. It is the core value driver in commercial real estate: multiply NOI by a market multiple (the inverse of the cap rate, or capitalization rate) and you get the building's value.

That leverage matters. If a tower trades at a 6% cap rate, every $1 of lost annual NOI destroys roughly $16.67 of asset value ($1 / 0.06). A quiet $500,000 NOI erosion is not a rounding error. It is potentially $8 million of value gone.

"Fully leased" describes the rent roll. It says nothing about whether that NOI is durable or expensive to produce. For that, you need the operating data.

Signal 1: badge swipes reveal physical occupancy

Physical occupancy is how many people actually show up, distinct from leased occupancy

(space under contract). Post-2020 hybrid work split these two apart permanently.

Badge-swipe or turnstile data from the building access system gives you a daily count of unique entries. Kastle Systems' widely cited "Back to Work Barometer" tracks this at the metro level and is free to view.

Why does physical occupancy matter if rent is paid in full?

  • Renewal risk. A tenant using 30% of its badge capacity is paying for space it does not need. When its lease expires, it will shrink or leave. Low badge counts are an early warning, often 18 to 24 months before the lease event.
  • Amenity revenue. Empty desks mean an empty parking garage, a quiet cafe, and unused conference bookings. These ancillary income lines fall even while base rent holds.
  • Sublease leakage. Tenants quietly subletting space show odd badge patterns: swipes that do not match the leaseholder's known headcount.

In our tower, one large tenant on floors 20 to 25 shows badge activity consistent with roughly half its contracted seats. That tenant's lease expires in 20 months. This is the first thread.

Signal 2: energy meters reveal the cost of running near-empty space

Now pull the energy-meter data: interval electricity and gas readings, usually available at 15-minute or hourly resolution from the building management system or the utility.

Here is the trap. A half-empty floor does not cost half as much to run. HVAC (heating, ventilation, and air conditioning) systems are often scheduled to serve the whole floor during lease hours whether five people or fifty show up. You pay to condition empty space.

Worse, lightly used floors often run inefficiently. A common pattern:

  • Base building systems run full weekday schedules regardless of occupancy.
  • Tenant floors with few people still trigger full lighting and air handling.
  • Energy use intensity (EUI, energy per square foot per year) stays flat even as headcount drops, so cost per occupied person quietly balloons.

Energy is one of the largest controllable line items in a building's operating expenses. When physical occupancy falls but energy stays flat, your expense ratio (operating costs as a share of income) climbs. That is a direct hit to NOI.

The diagnostic move: overlay badge counts against energy load, floor by floor, hour by hour.

python
# Merge daily badge counts with daily energy use by floor,
# then flag floors burning energy while nearly empty.
import pandas as pd

badges = pd.read_csv("badge_daily.csv")   # floor, date, unique_entries
energy = pd.read_csv("energy_daily.csv")  # floor, date, kwh

df = badges.merge(energy, on=["floor", "date"])
df["kwh_per_person"] = df["kwh"] / df["unique_entries"].clip(lower=1)

# Flag: high energy, low occupancy
flags = df[(df["kwh_per_person"] > df["kwh_per_person"].quantile(0.90))]
print(flags.groupby("floor")["kwh_per_person"].mean().sort_values())

The floors that surface here are your cost-efficiency problems. In the tower, floors 20 to 25 (the half-empty tenant) show energy loads nearly identical to fully occupied floors. You are paying to heat and cool ghosts.

Signal 3: the lease-expiration schedule sets the clock

The lease-expiration schedule (sometimes called a rollover schedule or lease-expiry stack) lists when each lease ends, at what rent, and covering how much space. It is the timeline that turns today's soft signals into tomorrow's NOI events.

Read it for three risks:

1. Rollover concentration. If a large share of square footage expires in the same 12-month window, you face a cliff. One bad market year at that moment can force deep rent cuts or long vacancy.

2. Mark-to-market gaps. Compare in-place rents to current market rents. A tenant paying above market will pressure you to lower rent at renewal (NOI down). A tenant below market is upside, if they stay.

3. Downsize signals paired with badge data. A low-badge tenant approaching expiration is likely to renew for less space. Model that shrinkage now.

🎬 [VIDEO: "How to Read a Rent Roll and Lease Abstract" — youtube.com — a plain-language walkthrough of rent roll and lease-schedule mechanics for commercial property]

Layer the three signals and the tower's quiet erosion becomes obvious:

  • Floors 20 to 25: half physical occupancy, full energy cost, lease expiring in 20 months. This tenant will likely renew smaller or leave. NOI risk is loading now.
  • Parking and cafe income already declining as badge counts fall building-wide.
  • Two smaller leases expiring next year are priced above today's market, meaning renewals will reset rent downward.

None of this shows up in "100% leased." All of it shows up when you read occupancy and building performance together.

Vérification des acquis

1. A building reports 100% leased occupancy but its NOI has declined for three consecutive quarters. What does this situation most directly illustrate?

2. Why does a relatively small annual NOI erosion translate into a much larger loss of asset value?

3. What is the key conceptual distinction between physical occupancy and leased occupancy?

CHOIX MULTIPLES

4. Select ALL correct answers. Why is badge-swipe (physical occupancy) data useful even when a tenant is paying full rent?

Sélectionnez toutes les réponses correctes.

CHOIX MULTIPLES

5. Select ALL correct answers. Which data streams does the lesson identify as needing to be read together to understand NOI erosion in the tower example?

Sélectionnez toutes les réponses correctes.

Turning signals into NOI action

Diagnosis is only useful if it changes decisions. Each signal maps to a lever.

Cut the cost side now

Energy data gives you savings you can capture without touching tenants. Reschedule HVAC and lighting on lightly used floors to match real occupancy. Retrocommissioning (tuning existing systems back to efficient operation) and occupancy-based controls often reduce energy spend meaningfully, and every dollar saved flows straight to NOI. The U.S. EPA's ENERGY STAR Portfolio Manager is a free tool to benchmark a building's energy performance against peers.

Get ahead of the lease events

For the low-badge tenant expiring in 20 months, do not wait. Open an early renewal conversation. Offer a right-sized footprint (say, consolidating them onto fewer floors) in exchange for a term extension. You may give up some square footage but you stabilize occupancy, free up space to re-lease, and cut the cost of running half-empty floors.

Protect and grow ancillary income

If badge counts are recovering on some floors, market the amenities: validate parking, promote the conference center, adjust cafe hours to real demand. Small ancillary lines add up and are far more responsive to management than base rent.

Reprice the mark-to-market risk

Where in-place rents sit above market and leases roll soon, budget conservatively. Assume renewals reset toward market. Better to model the NOI dip now than to be surprised at refinancing, when a lender values the building on trailing NOI.

Why this matters beyond one tower

This same three-signal method scales across a portfolio. Rank every asset by the gap between leased and physical occupancy, by energy cost per occupied square foot, and by rollover concentration in the next 24 months. The assets where all three flash red are where value is quietly leaking. Those are your intervention priorities and your acquisition-diligence red flags.

Data does not replace the asset manager's judgment. It tells them where to point it.

Key Takeaways

  • "Fully leased" is a rent-roll fact, not a health check. NOI can erode while physical occupancy, energy efficiency, and lease timing all deteriorate underneath a full building.
  • Read the three signals together. Badge swipes reveal demand, energy meters reveal cost, and the lease-expiration schedule sets the clock. In isolation each is weak; overlaid, they diagnose the problem.
  • Small NOI losses destroy large value. At a 6% cap rate, $1 of lost NOI cuts roughly $16.67 of asset value, so early detection pays off.
  • Energy is your fastest NOI lever. Matching HVAC and lighting to real occupancy captures savings without touching tenants, and every dollar flows straight to NOI.
  • Act on lease events early. Low-badge tenants near expiration signal downsizing 18 to 24 months out. Renegotiate before the cliff, not after.

Précédent

Building a defensible valuation model with comps and cash flows

Suivant

Portfolio analytics for risk, diversification, and capital allocation