> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.kodelabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Benchmarking and intensity metrics

> How EnerG normalizes energy, water, and carbon by area to rank buildings fairly across a portfolio

Benchmarking compares buildings of different sizes on a fair basis. EnerG normalizes usage by area, then ranks and colors buildings by percentile. This page explains the intensity metrics and how rankings work.

To use the ranking view, see [Portfolio Home](/products/energ/analytics/benchmarking).

## Why normalize by area

Total usage favors small buildings and penalizes large ones. A tower always uses more energy than a branch office, even when the tower runs more efficiently.

Intensity metrics divide usage by floor area. A small site can use less total energy and still rank worse per square foot. Normalization is what makes cross-building comparison meaningful.

## The three intensity lenses

Portfolio Home ranks buildings through three metric lenses.

| Metric                                                                                                               | Definition                                                                               |
| -------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| <Tooltip tip="Energy Use Intensity: annual energy divided by conditioned floor area.">EUI</Tooltip>                  | Annual energy divided by conditioned area, after fuels convert to a common unit          |
| <Tooltip tip="Water Use Intensity: water consumption normalized by floor area or another denominator.">WUI</Tooltip> | Annual water divided by area or another relevant denominator                             |
| GHG                                                                                                                  | Greenhouse gas emissions, tied to area, occupancy, or revenue by your reporting standard |

All three lenses share the same layout. Only the metric labels and ranking logic change.

<Frame caption="Portfolio Home ranking buildings by EUI with a performance-colored bar chart">
  <img src="https://mintcdn.com/kodelabs/Ph3_DUgZdP7vM-lt/images/energ/energ-home-portfolio-eui.png?fit=max&auto=format&n=Ph3_DUgZdP7vM-lt&q=85&s=c4d2e34a490262b9fdc0d936b380ed24" alt="EnerG Portfolio Home with EUI selected, building list, map with pins, KPI cards, and a Building Rankings bar chart colored by performance" width="1024" height="627" data-path="images/energ/energ-home-portfolio-eui.png" />
</Frame>

## How rankings and percentiles work

EnerG ranks every qualifying building by the active metric, then colors it by percentile band.

| Band   | Percentile                     |
| ------ | ------------------------------ |
| Green  | Top 25%                        |
| Yellow | 25–50%                         |
| Orange | 50–75%                         |
| Red    | 75–100%                        |
| Blue   | No ranking (insufficient data) |

Lower intensity is better, so top performers sit in the green band. The same colors appear on the map, the ranking chart, and building cards.

## Completeness sets who qualifies

Benchmarking only scores buildings that meet your completeness threshold. Buildings below it show **No Ranking** until coverage recovers.

This prevents a building with missing bills from posting a misleading intensity. See [Data completeness](/products/energ/concepts/data-completeness) for how the gate works.

## Next steps

<CardGroup cols={2}>
  <Card title="Portfolio Home" icon="house" href="/products/energ/analytics/benchmarking" arrow={true} cta="Open">
    Rank buildings and filter by EUI, WUI, and GHG.
  </Card>

  <Card title="Data completeness" icon="percent" href="/products/energ/concepts/data-completeness" arrow={true} cta="Read">
    Understand the coverage gate that decides which buildings rank.
  </Card>

  <Card title="Emissions accounting" icon="cloud" href="/products/energ/concepts/emissions-accounting" arrow={true} cta="Read">
    See how GHG intensity ties to scopes and emission factors.
  </Card>

  <Card title="Baselines and weather" icon="chart-line" href="/products/energ/concepts/baselines-and-weather-normalization" arrow={true} cta="Read">
    Compare intensity against a weather-normalized reference.
  </Card>
</CardGroup>
