> For the complete documentation index, see [llms.txt](https://docs.betterbuilding.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betterbuilding.io/user-guide/workflows/energy-efficiency/energy-and-thermal-faqs/total-r-value.md).

# Total R-value

R-value is a measure of thermal resistance used to assess the effectiveness of insulation. It illustrates how well a particular material resists the conductive flow of heat. The value is determined based on the thickness of the material and its inherent thermal conductivity.

The "Total R-value" is the overall thermal resistance of a building component comprising multiple layers of different materials, such as a wall, floor, or roof. This is [calculated ](/support-and-training/other-support/testing-and-verification/total-r-value-calculations-as-nz-4859.2-+-nzs-4214.md)by adding the R-values of each layer or component together.

These layers typically include:

**External Cladding**: The external layer is exposed to the outdoor environment. Different materials have different R-values - for instance, brick has a lower R-value than timber. These are often ignored in building codes and best practices.&#x20;

**Air Gap/Ventilated Cavity**: There may be a small air gap between the cladding and insulation. This space allows for ventilation, aiding in moisture management, and the air itself also has an R-value. The actual R-value of the air gap is dependent on airflow and the [bounding surfaces](/support-and-training/other-support/faqs/design-and-specification/materials/surface-emissivity.md) facing into the cavity.&#x20;

**Insulation**: The primary thermal barrier contributes significantly to the total R-value. Various types of insulation exist, including batts (like fibreglass, rock wool, etc.), rigid foam boards, and blown-in insulation (like cellulose, etc.).&#x20;

**Internal Lining**: The inner layer of the wall facing the inside of the building. Like external cladding, different materials have different R-values, but they are minor and ordinarily insignificant.&#x20;

**Air Films**: These are thin layers of air adhering to a wall's outside and inside surfaces. They contribute to the Total R-value but on a smaller scale compared to the primary insulation layer.

In addition to these layers, thermal bridging must be considered. Thermal bridging is a phenomenon where there's a path of least resistance for heat transfer across an insulation layer, often through a more conductive material. This occurs typically through structural elements like wood or steel studs in a wall, roof rafters, or floor joists, which can undermine the insulation due to their lower R-values. This is why the calculated total R-value can often differ from the effective R-value you achieve in practice. Strategies like continuous insulation or advanced framing techniques can be used to minimise thermal bridging.

Different climates require different total R-values for optimum energy efficiency - buildings in colder climates need a higher total R-value to prevent heat loss. In comparison, those in warmer climates need a higher total R-value to prevent heat gain. However, the effectiveness of the R-value can be reduced due to factors such as installation errors, insulation compression, moisture accumulation, and material ageing.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.betterbuilding.io/user-guide/workflows/energy-efficiency/energy-and-thermal-faqs/total-r-value.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
