This calculator converts a game’s field of view between aspect ratios and between horizontal and vertical FOV. Enter your current FOV, say whether it is horizontal or vertical, pick your current aspect ratio, and choose a target - for example converting a 16:9 setting to a 21:9 or 32:9 ultrawide. It uses Hor+ scaling, holding the vertical view constant and widening the horizontal view, which is how most modern PC games behave.
The honest caveat: games define FOV differently. Some sliders are horizontal, some vertical, and a few old engines use a 4:3 base. The math here is exact geometry, so if a converted number does not match in-game, the usual reason is that your source game uses a different axis than you assumed - switch the horizontal/vertical type and re-check.
To work out a screen’s exact aspect ratio first, use the Aspect Ratio Calculator; a wider screen also renders more pixels, so size your GPU with the PC Bottleneck Calculator.
Worked examples
These are this calculator’s own outputs, computed with the same formula the tool runs in your browser — so you can see a real answer without touching a single input.
The page’s own default state, and the most common real case: a 16:9 player running 103° horizontal moves to a 2560x1080 ultrawide
- Inputs: FOV = 103, type = Horizontal FOV, source aspect = 16:9 (1.7777777778), target aspect = 21:9 ultrawide 2560x1080 (2.3703703704)
- Result: Headline reads 118.4° horizontal. Sub-line: “horizontal at 21:9 ultrawide (vertical FOV unchanged at 70.5°)”. Source box (16:9): 103.0° H / 70.5° V. Target box (21:9 ultrawide): 118.4° H / 70.5° V. Recommendation (Math.round applied): “Set your game to about 118° horizontal… keeps the vertical view at 70.5° and widens the horizontal view to 118.4°. If your game only has a vertical FOV slider, set it to 71° instead.”
A competitive shooter player at the classic 90° horizontal on 16:9 moving to a 5120x1440 super-ultrawide
- Inputs: FOV = 90, type = Horizontal FOV, source aspect = 16:9 (1.7777777778), target aspect = 32:9 super-ultrawide 5120x1440 (3.5555555556)
- Result: Headline reads 126.9° horizontal. Sub-line: “horizontal at 32:9 super-ultrawide (vertical FOV unchanged at 58.7°)”. Source box (16:9): 90.0° H / 58.7° V. Target box (32:9 super-ultrawide): 126.9° H / 58.7° V. Recommendation: “Set your game to about 127° horizontal… keeps the vertical view at 58.7° and widens the horizontal view to 126.9°. If your game only has a vertical FOV slider, set it to 59° instead.”
Horizontal versus vertical FOV
A single FOV number is ambiguous unless you know its axis. Horizontal FOV measures the angle across the screen’s width, vertical FOV across its height, and for the same scene they are linked by the aspect ratio: the wider the screen, the larger the horizontal figure is relative to the vertical. Many shooters expose horizontal FOV; a lot of newer and console-first engines expose vertical, sometimes labeled just “FOV.” That mismatch is the single most common reason a converted number does not match in-game, so if it looks off, switch the type and compare again.
Hor+ scaling and ultrawide
Most modern PC games use Hor+ (horizontal-plus) scaling: they hold the vertical field of view fixed and extend the horizontal to fill a wider screen. That is why a well-behaved game on an ultrawide shows more of the world at the sides rather than a stretched or zoomed image. The opposite, Vert- scaling, crops the top and bottom instead, which is what you get in games that do not properly support ultrawide. This tool uses Hor+, so converting a 16:9 setting to 21:9 holds the vertical view steady and widens the horizontal, matching how a correct game behaves.
What FOV to actually use
There is no single right value, but some anchors help. On 16:9, many players land between 90 and 105 degrees horizontal: higher feels more aware and is popular in competitive shooters, lower feels more cinematic. If you get motion sickness, a higher FOV usually helps by reducing the zoomed-in, swimming feel. Sitting closer to a bigger screen also argues for more FOV. On ultrawide, keep your vertical comfort level and let the horizontal number rise, which this tool does for you. Try a value, play a session, adjust. To confirm your screen’s exact ratio first, use the Aspect Ratio Calculator.
Assumptions and sources
- The conversion is exact trigonometry, not fitted data: horizontal and vertical FOV are linked through the aspect ratio by tan(H/2) = ratio x tan(V/2), and the Hor+ conversion holds the vertical angle constant while re-solving the horizontal one.
- Hor+ and Vert- scaling behavior, and the fact that games disagree about which axis their FOV slider uses, are documented on PCGamingWiki’s field-of-view page.
- The 90-105 degree comfort range on 16:9 is a TechFuelHQ editorial guideline reflecting common shooter defaults, not a measured standard - it is stated here so you treat it as a starting point rather than a rule.