Audited ·Last updated 28 Jul 2026·7 citations·Tier 2·0 uses

Camera Field of View Calculator

Free camera field of view calculator. Get horizontal, vertical and diagonal angle of view plus the width, height and area a lens covers at any distance.

Camera Field of View Calculator

Sensor format
Only used when the format above is set to Custom. Surveillance and machine-vision sensors are quoted as "1/2.8-type" and similar; use the millimetre dimensions from the datasheet, not the fraction.
mm
Only used when the format above is set to Custom. Together with the width it sets the aspect ratio, which is what makes the horizontal and vertical angles differ.
mm
The focal length engraved on the lens, not the 35 mm equivalent. The sensor selection already accounts for the format, so entering an equivalent would apply the crop factor twice.
mm
How far the scene you care about is from the camera, in metres. It sets the coverage figures; the three angles do not depend on it. 1 ft = 0.3048 m.
m
Horizontal angle of view
39.5978
α = 2·arctan(sensor width ÷ 2f) at infinity focus. This is the angle that decides how much you fit in side to side, and the one most people mean by "field of view".
Vertical angle of view
26.9915°
Diagonal angle of view
46.793°
Scene width covered
3.564 m
Scene height covered
2.376 m
Scene area covered
8.4681 m²

Background.

This calculator tells you what a lens actually sees. Give it a sensor format, a focal length and a distance, and it returns the three angles of view — horizontal, vertical and diagonal — together with the width, the height and the area of scene the frame spans at that distance. It is the answer to "will the whole group fit from here?", "how many cameras cover this car park?" and "what does 24 mm look like on my body?".

Angle of view comes from one relation, applied three times. At infinity focus a sensor dimension x subtends α = 2·arctan(x ÷ 2f) at the lens, so the width, the height and the diagonal each give their own angle. That is the convention every lens manufacturer publishes to, which is what makes these numbers checkable: type in 50 mm on full frame and you get 39.6° horizontally, 27.0° vertically and 46.8° diagonally, which is exactly what a 50 mm datasheet says. It also explains a common confusion. Datasheets almost always quote the diagonal figure, because it is the biggest of the three, so a lens advertised as "84°" is not 84° across the frame — that one is a 24 mm, and its horizontal angle is 74°.

The coverage figures use the exact finite-distance relation rather than the angle. For a subject at distance u the thin-lens magnification is f ÷ (u − f), so the frame spans W = w(u − f)/f. At five metres with a 50 mm on full frame that is 3.56 m across and 2.38 m tall — 8.47 square metres of scene. Note that width divided by height always comes out at the sensor aspect ratio, which is a useful sanity check on any field-of-view calculation.

The sensor is the input people most often get wrong, and it changes everything. The same 50 mm lens covers 39.6° on full frame, 26.4° on Nikon DX and 19.6° on Micro Four Thirds. That is not the lens changing — the lens projects exactly the same image circle whatever is behind it — it is a smaller sensor recording a smaller rectangle out of the middle of it. Enter the focal length engraved on the barrel, not the 35 mm equivalent, because the sensor dropdown already handles the format.

Two limits are worth stating before you rely on the numbers. First, the angles assume infinity focus, which is the published convention; at a finite distance the true angular coverage is wider by the factor (u − f)/u, about one percent at the defaults here and dominant in close-up work. Once your magnification passes roughly 0.1 you want the lens magnification calculator instead. Second, everything here assumes rectilinear projection — straight lines staying straight. Fisheye lenses use a deliberately different projection, which is how they reach 180° when the arctan relation says a rectilinear lens never can, so feeding a fisheye focal length in here will understate what it sees by a wide margin.

Below the widget you will find the derivation, a worked 50 mm example computed by hand, why Micro Four Thirds and full frame agree on the diagonal but not on the horizontal, and how to use the coverage output for site planning.

What is camera field of view calculator?

Field of view is how much of the world a camera records, and it can be stated two ways. Angularly, it is the angle subtended at the lens by the frame: α = 2·arctan(x ÷ 2f), where x is a sensor dimension and f the focal length, evaluated at infinity focus. Because a frame has a width, a height and a diagonal, there are three such angles and they are all correct — a 50 mm lens on the 35 mm format is 39.6° horizontally, 27.0° vertically and 46.8° diagonally. Linearly, field of view is the size of the patch of scene the frame spans at a stated distance, which follows from the thin-lens magnification m = f/(u − f): the frame covers X = x(u − f)/f. The two descriptions are consistent to within the finite-focus factor (u − f)/u, because the published angle is defined at infinity while the coverage is evaluated at a real distance. Field of view depends on exactly two things, the sensor dimension and the focal length, and on nothing else — not on aperture, not on megapixels, not on whether the camera is a stills or a video body, though a video mode that crops the sensor changes the effective sensor dimension and therefore the answer. All of this assumes rectilinear projection. Fisheye lenses use equidistant, equisolid-angle or orthographic projections, for which this relation does not hold at all.

How to use this calculator.

  1. Pick your sensor format. If your camera is not listed — a phone, a drone, a surveillance or machine-vision camera — choose Custom and enter the imaging-area dimensions in millimetres from the datasheet. Do not try to infer them from a "1/2.8-type" style designation, which is a tube-era convention rather than a measurement.
  2. Enter the focal length engraved on the lens in millimetres, never the 35 mm equivalent. The sensor selection already accounts for the format; entering an equivalent would apply the crop factor a second time.
  3. Enter the distance to the part of the scene you care about, in metres. The three angles do not depend on it, but the coverage figures do. Convert feet by multiplying by 0.3048.
  4. Read the horizontal angle first for framing decisions and the vertical angle when height is the constraint — fitting a whole building, a full-length figure or a ceiling.
  5. Compare against lens datasheets using the diagonal angle, not the horizontal one. Manufacturers quote the diagonal because it is the largest number, and mixing the two is the usual cause of a calculator appearing to disagree with a specification.
  6. Use the coverage width, height and area for planning: how much wall a camera sees, how many frames a panorama needs, how much ground a survey pass covers. Remember to allow overlap — mapping flights typically need 60 to 80 % forward overlap, so the usable new area per frame is far less than the figure shown.
  7. Sanity-check the result by dividing the covered width by the covered height. It must equal your sensor's aspect ratio: 1.5 for a 3:2 frame, 1.333 for 4:3. If it does not, one of the sensor dimensions was entered wrongly.

The formula.

α = 2 · arctan(x ⁄ 2f) · m = f ⁄ (u − f) · X = x (u − f) ⁄ f · A = W × H

The angular half of the calculation is one line of trigonometry. At infinity focus the sensor sits one focal length behind the rear principal plane, so half a sensor dimension, x ÷ 2, subtends arctan(x ÷ 2f). Doubling gives the full angle:

α = 2 · arctan(x / 2f)

Run it on the width, the height and the diagonal and you get the three published angles. For a 50 mm on the 36 × 24 mm frame:

horizontal 2·arctan(36/100) = 39.598° vertical 2·arctan(24/100) = 26.991° diagonal 2·arctan(43.2666/100) = 46.793°

One structural consequence is worth noticing: arctan is bounded by 90°, so α is bounded by 180° and reaches it only as f approaches zero. No rectilinear lens can ever cover 180°, and the corner stretching gets punishing well before that — which is why fisheyes exist and why they need a different projection entirely.

The linear half comes from the thin-lens equation. With the object at distance u from the front principal plane, 1/f = 1/u + 1/v gives v = uf/(u − f), and the transverse magnification is m = v/u = f/(u − f). A sensor dimension x therefore records an object dimension

X = x / m = x (u − f) / f

At 5 m with a 50 mm on full frame, (u − f)/f = 4950/50 = 99, so the frame covers 36 × 99 = 3564 mm across and 24 × 99 = 2376 mm high — 3.564 m by 2.376 m, an area of 8.468 m². The ratio 3.564 ÷ 2.376 is exactly 1.5, the 3:2 aspect ratio, as it must be.

Why not just use the angle and write W = 2u·tan(α/2)? Because that mixes an infinity-focus angle with a finite-focus distance and is therefore slightly wrong. The two differ by exactly (u − f)/u: at 5 m with a 50 mm that is 0.99, a 1 % overstatement, invisible in practice. At u = 10f it is 0.9, a 10 % overstatement, which is not invisible. This page uses the exact relation for the coverage and the published convention for the angles, and states that they are not the same model.

Sensor size enters only as x, and it is the dominant term in practice. The same 50 mm gives 39.6° on full frame, 26.4° on Nikon DX (23.5 mm wide) and 19.6° on Micro Four Thirds (17.3 mm wide). The lens has not changed at all — it projects the identical image circle — but a smaller sensor records a smaller rectangle from the centre of it.

One last subtlety that explains a lot of apparent disagreements between calculators. Comparing formats with different aspect ratios, only one angle can match at a time. Micro Four Thirds at 25 mm gives a diagonal angle of 46.806° against full frame at 50 mm giving 46.793° — near-identical, as the 2× crop factor promises, because crop factor is defined on the diagonal. But their horizontal angles differ by 1.4° and their vertical angles by 2.2°, because 4:3 is a genuinely different shape from 3:2. Equivalence is a diagonal property, and it does not survive being applied to a single axis.

A worked example.

Example

A 50 mm lens on a full-frame body, with the subject five metres away — the classic standard-lens setup. The sensor is 36 × 24 mm, so its diagonal is √(36² + 24²) = 43.267 mm. The three angles of view follow directly: horizontally 2·arctan(36 ÷ 100) = 39.60°, vertically 2·arctan(24 ÷ 100) = 26.99°, diagonally 2·arctan(43.267 ÷ 100) = 46.79°. Those are precisely the numbers a 50 mm datasheet prints, and the diagonal is the one that normally appears there because it is the largest. Now the coverage at five metres. The magnification is f ÷ (u − f) = 50 ÷ 4950 = 1/99, so the frame spans 36 × 99 = 3564 mm across and 24 × 99 = 2376 mm high — 3.564 m by 2.376 m, covering 8.468 m². Sanity check: 3.564 ÷ 2.376 = 1.5 exactly, the 3:2 aspect ratio of the sensor. In practical terms, five metres away this lens frames a group of three or four people standing side by side, or a scene about the width of a small car. Compare the same shot on Micro Four Thirds with a 25 mm lens, which is the nominal equivalent. Its angles come out at 38.17° horizontally, 29.15° vertically and 46.81° diagonally, covering 3.443 m by 2.587 m for 8.906 m². The diagonal angles agree to within 0.03 % — that is the 1.99938 crop factor doing its job — but the horizontal is 1.4° narrower and the vertical 2.2° taller, because a 4:3 frame is not a 3:2 frame. The Micro Four Thirds shot covers more total area but less width, which is exactly the trade you would see through the viewfinder and exactly why equivalence has to be stated on the diagonal.

sensor FormatfullFrame
subject Distance5
custom Sensor Height24
custom Sensor Width36
focal Length50

Frequently asked questions.

Why do you give three different angles of view?
Because a rectangular frame subtends three different angles and all of them are real. The relation α = 2·arctan(x ÷ 2f) applies to whichever sensor dimension x you choose, so the width, the height and the diagonal each give their own answer. A 50 mm on full frame is 39.6° horizontally, 27.0° vertically and 46.8° diagonally. Which one matters depends on your constraint: horizontal for fitting a group in, vertical for fitting a building in, diagonal for comparing against a lens specification. Manufacturers publish the diagonal figure because it is the largest and most flattering, which is the single commonest reason a field-of-view calculator appears to disagree with a datasheet.
Does the angle of view change with focus distance?
Slightly, and this page is explicit about which convention it uses. The published angle is defined at infinity focus, and that is what the three angle outputs report. At a finite distance u the lens actually covers a wider angle, in the ratio (u − f)/u — about 1 % at this page's defaults, so you can ignore it for any normal subject. It stops being ignorable once the subject distance falls to within a few tens of focal lengths, which is why the coverage outputs use the exact finite-distance relation X = x(u − f)/f rather than deriving the coverage from the angle. Once your magnification is above roughly 0.1 you are in macro territory and should use the lens magnification calculator, which models the geometry properly.
Should I enter the real focal length or the 35 mm equivalent?
The real one, engraved on the lens barrel. If you shoot a 25 mm on Micro Four Thirds, enter 25 and select Micro Four Thirds. Entering 50 (its equivalent) together with the Micro Four Thirds sensor would apply the crop factor twice and roughly halve every angle. The equivalence is a way of talking across systems, not an optical property: a 25 mm lens bends light like a 25 mm lens whatever sits behind it. The sensor dropdown is what handles the format difference, and it does so exactly.
Why do the covered width and the covered area not scale the way I expect between formats?
Because crop factor is defined on the frame diagonal, and coverage is measured along a single axis. Micro Four Thirds at 25 mm and full frame at 50 mm are nominal equivalents and their diagonal angles agree to within 0.03 %. But their horizontal angles differ by 1.4° and their vertical angles by 2.2°, because Micro Four Thirds is 4:3 and full frame is 3:2. The consequence is that at five metres the Micro Four Thirds shot covers 3.443 m wide by 2.587 m tall while the full-frame shot covers 3.564 m by 2.376 m — narrower but taller, and 5 % more total area. Equivalence between differently shaped frames can hold on one measure at a time, and the convention is to hold it on the diagonal.
Can I use this for a CCTV, drone or machine-vision camera?
Yes, and the Custom sensor option is there for exactly that. The one thing to get right is the sensor dimensions. Surveillance and machine-vision sensors are usually described as "1/2.8-type", "1/1.8-type" and so on, which is a leftover from vidicon tube sizing and does not give you the imaging area — a 1/2.8-type sensor is not 1/2.8 of an inch across anything. Take the millimetre width and height from the sensor or camera datasheet and enter those. For survey planning, remember that the area output is raw coverage: mapping flights normally plan 60 to 80 % forward overlap and 30 to 60 % side overlap, so the new ground covered per frame is a small fraction of the figure shown.
Why can't a rectilinear lens reach 180 degrees?
Because arctan is bounded by 90°, so α = 2·arctan(x ÷ 2f) is bounded by 180° and only approaches it as the focal length approaches zero. Geometrically, a rectilinear projection maps the scene onto a flat plane, and a ray arriving at exactly 90° from the axis would have to land infinitely far out on that plane. Long before that, the corner stretching becomes extreme: a 14 mm on full frame is already 114° on the diagonal and its corners are noticeably distended. Lenses advertised at 180° are fisheyes, which use equidistant, equisolid-angle or orthographic projections instead. Feeding a fisheye's focal length into this calculator will give you an angle far smaller than the lens really delivers, because the model does not describe it.
Does aperture or resolution affect the field of view?
No. Field of view depends on exactly two quantities, the sensor dimension and the focal length. Stopping down changes depth of field and diffraction but not what is in the frame. Megapixel count changes how finely the same field is sampled, not how wide it is. The one thing that does catch people out is a camera cropping the sensor — many bodies shoot 4K video from a smaller region of the sensor, or offer an APS-C crop mode on a full-frame body, and in that case the effective sensor dimension is smaller and the field of view narrows accordingly. If your camera does that, enter the cropped imaging dimensions as a custom sensor size.

References& sources.

  1. [1]Nasse, H. H. (2010). 'Depth of Field and Bokeh.' Carl Zeiss Camera Lens Division. Source for the object-side magnification relation M ≈ Dist/f' underlying the coverage formula, and for the principle that a smaller sensor records a smaller part of the same image circle rather than changing the lens: 'the lens does not know how much of its image circle we are capturing with our sensor.'
  2. [2]Canon Inc. EOS R6 Product Manual, Specifications — Image Sensor. Gives the full-frame sensor size as 'Approx. 35.9×23.9 mm', the measured dimension behind the nominal 36 × 24 mm frame used for the full-frame preset and its 39.6° / 27.0° / 46.8° angles at 50 mm.
  3. [3]Nikon Corporation. D7500 Online Manual, Technical Notes — Specifications. Gives the Nikon DX imaging area as '23.5 × 15.7 mm CMOS sensor' and states that DX lenses are 'equivalent to approx. 1.5×' the 35 mm-format angle of view.
  4. [4]Canon Inc. EOS R7 Product Manual, Specifications. Gives the Canon APS-C sensor as 'Approx. 22.3 × 14.8 mm' and the angle-of-view conversion as 'Approx. 1.6 times the focal length indicated on the lens'.
  5. [5]OM Digital Solutions. OM SYSTEM OM-1 Mark II Specifications. Lists the imaging area as 'Aspect ratio & area 4:3 / 17.3 x 13.0 mm' — the 4:3 shape behind the horizontal and vertical angle differences described on this page — and 'Focal length: 40mm (35mm equivalent: 80mm)'.
  6. [6]FUJIFILM Corporation. GFX100 II Specifications. Lists the image sensor as '43.8mm×32.9mm', the dimensions used for the medium-format preset.
  7. [7]Ray, S. F. (2002). Applied Photographic Optics: Lenses and Optical Systems for Photography, Film, Video, Electronic and Digital Imaging, 3rd ed. Focal Press. Standard reference for the object-field relation X = x(u − f)/f, for the finite-focus correction (u − f)/u to the published infinity-focus angle of view, and for the non-rectilinear projections used by fisheye lenses.

In this category

Embed

Quanta Pro

Paid features are coming later.

  • All 590 calculators remain free
  • No billing is enabled
Coming soon