# Heat Radiation Calculator (Stefan-Boltzmann Law, Q=εσA·T⁴)

Compute thermal radiation from a blackbody/grey body (Stefan-Boltzmann law): blackbody emissive power E_b = σ·T⁴ (W/m²), total radiated power Q_rad = ε·σ·A·T⁴ (W); with an optional surrounding temperature T₀ it also computes the net radiative exchange Q_net = ε·σ·A·(T⁴-T₀⁴) (W). σ = 5.670374419e-8 W/(m²·K⁴); ε is the emissivity (0 < ε ≤ 1, blackbody ε=1); T is the ABSOLUTE temperature (K) — °C and °F are first converted to K (this is an absolute temperature, not a difference); A is the radiating area. Area in m²/cm².

> Canonical page: https://elysiatools.com/en/tools/heat-radiation-calculator

- **Category:** Math & Numbers

- **Keywords:** heat radiation, thermal radiation, Stefan-Boltzmann law, blackbody, grey body, emissivity, emissive power, radiated power, net radiation, radiative heat transfer, σT⁴, absolute temperature, thermal

## Overview

The Heat Radiation Calculator uses the Stefan-Boltzmann law to calculate blackbody emissive power, total radiated power, and optional net radiative exchange. Enter emissivity, absolute temperature, and radiating area, with temperature available in K, °C, or °F and area in m² or cm².

## Inputs

- **Emissivity ε** (number): Emissivity ε of the surface (0 < ε ≤ 1). Use ε = 1 for an ideal blackbody.
- **Temperature T** (number): ABSOLUTE temperature T of the radiating surface, in the selected Temperature Unit. Must be > 0 K after conversion.
- **Temperature Unit** (select): Unit of the surface temperature. This is an ABSOLUTE temperature, not a difference: °C→K adds 273.15, °F→K uses (T-32)·5/9+273.15.
- **Radiating Area A** (number): Radiating surface area A, in the selected Area Unit.
- **Area Unit** (select)
- **Surrounding/Cold Temperature T₀ (optional, for net radiation)** (number): Optional surrounding (cold) temperature T₀, in the same Temperature Unit as T. When provided, the net radiative exchange Q_net = ε·σ·A·(T⁴-T₀⁴) is also computed. Leave blank to skip.
- **Decimal Places** (number)

## When to use

- Estimate thermal radiation from an ideal blackbody or grey surface.
- Calculate total radiated power from a surface with a known area and emissivity.
- Compare emitted and net radiation when a surrounding temperature is available.

## How it works

- Enter the surface emissivity ε, where 1 represents an ideal blackbody.
- Enter the surface temperature and select K, °C, or °F; Celsius and Fahrenheit values are converted to Kelvin.
- Enter the radiating area and select m² or cm².
- Optionally enter the surrounding temperature to calculate net radiation, then choose the number of decimal places.

## Use cases

- Thermal engineering estimates for radiative heat transfer.
- Comparing blackbody and grey-body radiation at different temperatures.
- Checking radiation losses from heated surfaces, panels, or other radiating areas.

## Frequently asked questions

### What does this calculator calculate?

It calculates blackbody emissive power E_b, total radiated power Q_rad, and optional net radiative exchange Q_net.

### What is the Stefan-Boltzmann law used here?

The calculator uses E_b = σT⁴, Q_rad = εσAT⁴, and, when T₀ is provided, Q_net = εσA(T⁴ − T₀⁴).

### Can I enter temperature in Celsius or Fahrenheit?

Yes. Select °C or °F, and the calculator converts the absolute temperature to Kelvin before calculating.

### What emissivity should I enter for a blackbody?

Enter ε = 1 for an ideal blackbody. Grey surfaces use an emissivity greater than 0 and no greater than 1.

### What happens if I leave the surrounding temperature blank?

The calculator returns blackbody emissive power and total radiated power, while net radiation is not calculated.

## Related tools

- [Absolute Value Calculator](https://elysiatools.com/en/tools/absolute-value-calculator): Calculate the absolute value of positive, negative, or decimal numbers and explain the sign relationship
- [Air Changes per Hour (ACH, n = Q/V)](https://elysiatools.com/en/tools/air-changes-per-hour): Compute the air change rate (ACH / n) of a room from the outdoor supply airflow Q and the room volume V: n = Q/V (1/h). Three modes: solve ACH (given Q and V), solve airflow (given n and V), or solve volume (given n and Q). Flow in m³/s/m³/h/CFM, volume in m³/ft³/L. Also reports the well-mixed single-zone purge time to reach a target residual fraction ε (default 1%): t = −ln(ε)/n hours.
- [Bearing Life L10 Calculator](https://elysiatools.com/en/tools/bearing-life-l10): Calculate the basic rating life of a rolling bearing: L10 = (C/P)^p, with p = 3 for ball bearings and p = 10/3 for roller bearings. When a speed is provided, converts to L10h in operating hours.
- [Bits to GB](https://elysiatools.com/en/tools/bits-to-gb): Convert bits to gigabytes with decimal vs binary interpretation, alternate-system comparison, and network-speed-aware transfer estimates
- [Bits to MB](https://elysiatools.com/en/tools/bits-to-mb): Convert bits to megabytes with decimal vs binary interpretation, alternate-system comparison, and network-speed-aware transfer estimates
- [Bolt Torque Clamp Force Calculator](https://elysiatools.com/en/tools/bolt-torque-clamp-force): Convert between bolt tightening torque and axial clamp force. T = K·F·d, where K is the nut factor (~0.20 for dry steel). Solve torque from force, or force from torque.
- [Bytes to GB](https://elysiatools.com/en/tools/byte-to-gb): Convert bytes to gigabytes with decimal vs binary interpretation, alternate-system comparison, and network-speed-aware transfer estimates
- [Cable Ampacity Calculator (IEC 60364-5-52)](https://elysiatools.com/en/tools/cable-ampacity-calculator): Estimate copper cable current-carrying capacity per the simplified IEC 60364-5-52 reference method. Combines cross-section, insulation (PVC 70°C / XLPE 90°C), installation method, and ambient temperature to derive the corrected allowable ampacity (A).

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
