2 min read
How to Convert Field of View Between Aspect Ratios
Learn how horizontal and vertical field of view relate, how aspect ratio changes them, and how to convert FOV for games, cameras, and VR setups.
What Field of View Means
Field of view, or FOV, is how much of a scene you can see at once, measured as an angle. A wider FOV shows more of the world but makes distant objects look smaller, while a narrower FOV zooms in and feels more focused. Games, cameras, and VR headsets all express this as horizontal or vertical degrees.
The catch is that a game or app may define FOV horizontally while another defines it vertically, and the two are linked by the aspect ratio of your display. Convert incorrectly and the view can feel stretched, cramped, or dizzying, which is why matching FOV across setups requires the right math.
How Aspect Ratio Ties FOV Together
Horizontal and vertical FOV are related through the aspect ratio using the formula vFOV equals 2 times the arctangent of the tangent of half the hFOV divided by the aspect ratio. The tangent and arctangent appear because FOV is an angle, not a simple linear measure, so you cannot just multiply by the ratio.
The practical takeaway is that a wider aspect ratio produces a larger horizontal FOV for the same vertical FOV. This is why an ultrawide monitor shows more to the sides than a standard 16 by 9 screen when the vertical view is held constant. Fixing the vertical FOV keeps the sense of scale steady as you change screen width.
Converting FOV Step by Step
The calculator applies the trigonometry for you, so you only supply the known angle and the aspect ratio and read the converted value.
- 1Open the FOV Calculator and choose whether you are entering a horizontal or vertical FOV.
- 2Enter the known FOV angle in degrees.
- 3Enter your aspect ratio, such as 16:9, 21:9, or 4:3.
- 4Read the converted FOV for the other axis, calculated with the tangent-based formula.
- 5Plug the result into your game or app settings, then adjust to taste if the view feels too wide or narrow.
Practical Uses
Competitive players often widen FOV for better peripheral awareness, while cinematic players prefer a narrower view. When you switch monitors or move to an ultrawide, converting your FOV keeps the feel consistent instead of forcing you to relearn distances and aim.
The same math helps match a camera lens to a target framing or set a comfortable VR view. Whenever an app asks for one axis but you know the other, this conversion keeps proportions correct so the world looks natural rather than distorted.
Frequently asked questions
Does a wider aspect ratio increase horizontal FOV?
Yes. For the same vertical FOV, a wider aspect ratio yields a larger horizontal FOV, which is why ultrawide monitors reveal more to the sides than a standard 16 by 9 screen.
Why cannot I just scale FOV by the aspect ratio?
FOV is an angle, so the relationship uses tangents. The correct formula is vFOV equals 2 times arctan of tan of half the hFOV divided by the aspect ratio.
Which FOV should I lock when changing screens?
Keep the vertical FOV constant. That preserves the sense of scale and object size, while the horizontal view naturally widens or narrows with the aspect ratio.
Tools mentioned in this guide
FOV Calculator
Convert horizontal and vertical field of view for any aspect ratio.
Calculators
Aspect Ratio Calculator
Solve missing dimensions for 16:9, 4:3, and any custom aspect ratio.
Calculators
Sensitivity Converter
Convert mouse sensitivity between CS2, Valorant, Apex, Overwatch, and more.
Calculators
Screen Resolution Checker
See your screen resolution, viewport size, and pixel ratio instantly.
Screen Tools
Depth of Field Calculator
Near/far focus limits and hyperfocal distance for any lens, aperture & sensor.
Image Tools
Keep reading