F-stop calculator
How much brighter is f/2.8 than f/8? Photographers reach for an f-stop calculator whenever they change aperture and need to keep the exposure balanced — for example, opening up to blur a background, then compensating with shutter speed or ISO. Enter your starting aperture and your target aperture and this tool reports the difference in stops and the exact light-change factor between them.
How it works
The f-number is the ratio of focal length to aperture diameter, so light admitted scales with the inverse square of the f-number. The tool computes the stops between two apertures a and b as:
stops = 2 × log₂(a / b)
It then expresses the brightness change as a multiplier, 2^|stops|. A positive result means you are opening up (a smaller f-number, more light); a negative result means you are stopping down (less light). Each full stop doubles or halves the light.
Example
Going from f/8 to f/4: stops = 2 × log₂(8 / 4) = 2 × log₂(2) = +2 stops. The light factor is 2² = 4×, so f/4 delivers four times as much light as f/8. To hold the same exposure you would shorten the shutter speed by two stops (for instance 1/60 s → 1/250 s) or drop ISO by two stops.
| Aperture change | Stops | Light factor |
|---|---|---|
| f/2.8 → f/2 | +1 | 2× more |
| f/4 → f/8 | −2 | 4× less |
| f/5.6 → f/2.8 | +2 | 4× more |
| f/16 → f/4 | +4 | 16× more |
Every calculation runs locally in your browser — nothing you type is uploaded.