Home › Photography & Optics › Telescope Magnification Calculator
Telescope Magnification Calculator
Computes the magnification of a telescope and eyepiece combination (with optional Barlow), the exit pupil, true field of view, focal ratio, useful magnification range, Dawes and Rayleigh resolution limits and an estimated limiting magnitude.
When to use
You are choosing an eyepiece or Barlow for a telescope and want to know the resulting power, field of view and whether the magnification is useful for the aperture.
Do not use when: You need the angle of view of a camera lens (use field-of-view) or exposure settings for astrophotography.
Formula
magnification = telescope_focal_length_mm × barlow_factor / eyepiece_focal_length_mm; exit_pupil_mm = aperture_mm / magnification; true_field = eyepiece_afov_degrees / magnification; dawes = 116 / aperture_mm; rayleigh = 138 / aperture_mm; limiting_magnitude = 7.5 + 5·log10(aperture_mm / 10)
Geometric optics for visual use; the true field is approximate for wide-field eyepieces (field-stop method is exact). Resolution limits assume perfect optics and steady seeing, which typically caps resolution at 1–2 arcsec.
Inputs
| Parameter | Type | Unit | Required | Description |
|---|---|---|---|---|
telescope_focal_length_mm | number | mm | yes | Focal length of the telescope objective or mirror. Range: ≥ 50, ≤ 20000 |
eyepiece_focal_length_mm | number | mm | yes | Focal length of the eyepiece. Range: ≥ 1, ≤ 100 |
aperture_mm | number | mm | yes | Clear aperture (objective or primary mirror diameter). Range: ≥ 10, ≤ 5000 |
barlow_factor | number | default 1 | Magnification of a Barlow lens (2, 3) or focal reducer (0.63); 1 for none. Range: ≥ 0.2, ≤ 10 | |
eyepiece_afov_degrees | number | ° | default 50 | Apparent field of view of the eyepiece design (Plössl 50°, wide-field 68–82°, ultra-wide 100°). Range: ≥ 20, ≤ 120 |
Outputs
| Output | Type | Unit | Description |
|---|---|---|---|
magnification | number | × | telescope focal length × barlow_factor / eyepiece focal length. |
effective_focal_length_mm | number | mm | Telescope focal length × Barlow factor. |
exit_pupil_mm | number | mm | aperture / magnification; above ~7 mm the eye cannot use all the light, below ~0.5 mm the image is dim. |
true_field_of_view_degrees | number | ° | Eyepiece apparent field / magnification (the full Moon is about 0.5°). |
focal_ratio | number | Native f-number = telescope focal length / aperture. | |
max_useful_magnification | number | × | Rule of thumb 2 × aperture in mm (50× per inch); beyond it the image only gets larger and dimmer. |
min_useful_magnification | number | × | aperture / 7 mm, the power at which the exit pupil equals a dark-adapted eye pupil. |
dawes_limit_arcsec | number | arcsec | 116 / aperture_mm: closest double star the telescope can split (empirical). |
rayleigh_limit_arcsec | number | arcsec | 138 / aperture_mm: diffraction-limited resolution for 550 nm light. |
limiting_magnitude | number | mag | 7.5 + 5·log10(aperture in cm): faintest star visible under dark skies (rule of thumb). |
Example
200 mm f/6 Newtonian (1200 mm) with a 10 mm eyepiece: {"telescope_focal_length_mm":1200,"eyepiece_focal_length_mm":10,"aperture_mm":200} → {"magnification":120,"exit_pupil_mm":1.67,"true_field_of_view_degrees":0.417,"focal_ratio":6,"max_useful_magnification":400,"dawes_limit_arcsec":0.58,"limiting_magnitude":14}
Same telescope with a 2× Barlow: {"telescope_focal_length_mm":1200,"eyepiece_focal_length_mm":10,"aperture_mm":200,"barlow_factor":2} → {"magnification":240,"exit_pupil_mm":0.83,"true_field_of_view_degrees":0.208,"effective_focal_length_mm":2400}
GET https://tttkmbb.com/api/v1/calculate/telescope-magnification?telescope_focal_length_mm=1200&eyepiece_focal_length_mm=10&aperture_mm=200
Machine access
- API:
GET https://tttkmbb.com/api/v1/calculate/telescope-magnification(query parameters) orPOSTwith a JSON body{"inputs": {...}} - Schema: https://tttkmbb.com/api/v1/calculators/telescope-magnification · Markdown: https://tttkmbb.com/photography/telescope-magnification.md · JSON definition: https://tttkmbb.com/photography/telescope-magnification.json
- MCP: server
https://tttkmbb.com/mcp, toolrun_calculator with calculator_id="telescope-magnification" - OpenAPI operationId:
calculate_telescope_magnification - Freshness:
static. Authentication: none. Rate limit: fair use (see rate limits).
Sources
- Wikipedia – Dawes' limit (reference)
- Wikipedia – Exit pupil (reference)
- Wikipedia – Limiting magnitude (reference)
FAQ
Why is more magnification not always better?
Magnification also enlarges the diffraction blur and dims the image; above about 2× the aperture in mm (or an exit pupil below 0.5 mm) no further detail appears. Atmospheric seeing usually limits usable power to 200–300×.
What does the true field of view tell me?
The angular width of sky visible in the eyepiece. 0.417° is smaller than the full Moon (0.5°), so at 120× the Moon does not fit in the view.
Related calculators
- Field of View Calculator — Angle of view of a camera lens on a sensor.
- Angle Converter — Convert between degrees, arcminutes and arcseconds.