FOV Calculator

Calculate and convert field of view (FOV) between horizontal, vertical, and diagonal measurements.

FOV Calculator

FOV Conversion

90.00° H
16:9 aspect ratio

All FOV Types

Horizontal FOV90.00°
Vertical FOV58.72°
Diagonal FOV97.85°
Zoom Factor1.00x

Common Game FOV Settings

CS2 / Valorant103° (Hor) - Fixed
Apex Legends70-110° - Adjustable
Overwatch 280-103° - Adjustable
Fortnite80° - Fixed
Call of Duty60-120° - Adjustable

What Is Field of View in Gaming?

Field of View (FOV) is the angular extent of the game world visible on screen at any given moment. It is measured in degrees and determines how much of your surroundings you can see without moving the camera. A higher FOV shows more of the environment but can introduce perspective distortion near screen edges, while a lower FOV produces a narrower, more zoomed-in view that feels cinematic but limits peripheral awareness.

In competitive gaming, FOV is one of the most consequential settings on your list. Spotting flanking enemies in a battle royale, tracking fast-moving targets in a first-person shooter, or navigating dense environments in a third-person action game all depend on how wide your field of view is set. Professional players and content creators spend significant time optimizing this single value because it directly affects reaction time, situational awareness, and even motion sickness at extreme values.

FOV can be expressed in three ways depending on which axis is used as the reference:

  • Horizontal FOV (hFOV) — the angle from left screen edge to right screen edge. This is the most common form reported in game settings menus.
  • Vertical FOV (vFOV) — the angle from the top edge to the bottom edge of the screen. Some engines, such as idTech and older Source-based games, expose only vFOV in console commands.
  • Diagonal FOV (dFOV) — the angle measured corner to corner across the full screen. Less common but occasionally referenced in technical documentation.

Because the three values are tightly coupled through the aspect ratio of your display, knowing any one of them lets you derive the other two — which is precisely what this FOV calculator does.

FOV Conversion Formula

The relationship between horizontal, vertical, and diagonal FOV is governed by basic trigonometry. All three formulas use the half-angle tangent identity along with the display's aspect ratio. The aspect ratio is simply the width divided by the height of the screen resolution or the selected ratio preset (e.g., 16:9, 21:9, 4:3).

For a given horizontal FOV and aspect ratio W:H, the vertical FOV is derived by dividing the tangent of the half-angle by the aspect ratio before taking the arctangent. Going the other direction — from vertical to horizontal — the tangent of the half-angle is multiplied by the aspect ratio. Diagonal FOV uses a modified ratio that incorporates the full diagonal length relative to either the horizontal or vertical axis.

The zoom factor computed alongside the conversion compares your effective magnification relative to a reference 90° horizontal FOV, using the same half-angle tangent approach:

Zoom = tan(90° / 2) / tan(hFOV / 2)

A zoom factor greater than 1.0 means the view is more magnified than 90° hFOV; less than 1.0 means a wider, less magnified view.

FOV Conversion Formulas

vFOV = 2 × atan(tan(hFOV / 2) / (W / H)) | hFOV = 2 × atan(tan(vFOV / 2) × (W / H)) | dFOV = 2 × atan(tan(hFOV / 2) × (√(W²+H²) / W)) | Zoom = tan(45°) / tan(hFOV / 2)

Where:

  • hFOV= Horizontal field of view in degrees
  • vFOV= Vertical field of view in degrees
  • dFOV= Diagonal field of view in degrees
  • W= Width component of the aspect ratio (e.g., 16)
  • H= Height component of the aspect ratio (e.g., 9)
  • atan= Inverse tangent function (arctangent), returning degrees
  • Zoom= Magnification factor relative to a 90° horizontal reference

Hor+ Scaling Across Aspect Ratios

When you switch from a 16:9 monitor to an ultrawide 21:9 panel — or any non-standard aspect ratio — the question is: which FOV value should you enter in the game to preserve the same vertical view you had before? The answer is Hor+ (Horizontal Plus) scaling, the industry-standard method used by most modern titles.

Hor+ scaling keeps the vertical FOV fixed and adds more image to the left and right. It is the fairest method for widescreen players because it does not crop any of the original view; it simply reveals more. The alternative, Vert- (Vertical Minus) scaling, would crop the top and bottom to fit the wider canvas, punishing ultrawide users — and it is rarely used in modern games.

The Hor+ calculation in this FOV calculator works as follows:

  1. Take the base horizontal FOV you had at 16:9.
  2. Derive the preserved vertical FOV: vFOV = 2 × atan(tan(hFOV/2) / (16/9))
  3. Compute the new horizontal FOV for the target aspect ratio: newHFOV = 2 × atan(tan(vFOV/2) × (newW / newH))

For example, if you play at 90° on 16:9, the equivalent Hor+ setting for 21:9 is approximately 106.26°, and for 32:9 it is approximately 134.79°. These are the values you should enter in your game's FOV slider when moving to an ultrawide or super-ultrawide monitor.

Understanding Hor+ scaling is especially important for competitive players, where ultrawide displays are increasingly common. Entering an arbitrary high FOV instead of the Hor+-correct value can inadvertently change the vertical perspective, affecting muscle memory and aim.

FOV Standards by Game Engine and Title

Not all games use the same FOV axis as their primary setting. Understanding which axis a particular engine or game exposes helps you translate values correctly when using an external FOV calculator.

Game / Engine Default FOV Axis Typical Range Notes
CS2 / Valorant Horizontal 103° (fixed) Not adjustable via settings menu
Apex Legends Horizontal 70° – 110° In-game slider, Hor+ scaling
Overwatch 2 Horizontal 80° – 103° Per-hero override available
Fortnite Horizontal 80° (fixed) Locked for competitive fairness
Call of Duty: Modern Warfare Horizontal 60° – 120° ADS FOV independent option
Quake / idTech Horizontal (via console) Unlimited Values above 179° cause rendering artifacts
Minecraft (Java) Vertical 30° – 110° vFOV Normal = 70° vFOV

Whenever you encounter a game that exposes vertical FOV, enter that value into this calculator with the Vertical source type to instantly get the equivalent horizontal reading, making it easy to compare against other titles or to verify your settings against your preferred angle.

Choosing the Optimal FOV for Competitive Gaming

Selecting the right FOV is a balance between situational awareness and target visibility. Higher FOV values give you a wider picture of the battlefield — you can see flankers earlier and react faster to multiple threats. However, enemies appear smaller on screen at higher FOV settings, which can make aiming more difficult, particularly at long range. Lower FOV values bring distant targets closer but limit peripheral vision and can increase the risk of being caught off-guard.

Most competitive first-person shooter players settle in the 90°–110° horizontal FOV range. Values around 90°–100° are the traditional sweet spot for CS-style tactical shooters where long-range precision matters. Players who prioritize movement-heavy games like Apex Legends or Call of Duty often prefer 100°–110° for the wider situational view those games reward.

Another factor is motion sickness. Some players experience nausea or disorientation at very high FOV values (above 120° horizontal), especially on close-distance monitors. If you are sensitive to this, start at 90° and increase gradually, pausing to assess comfort at each step.

Frame rate also plays a role. Wider FOV requires the engine to render more geometry per frame, which can reduce frames per second on less powerful systems. If you are already GPU-limited, a modest FOV reduction may improve smoothness more than any graphical setting change.

Finally, consider your monitor size and viewing distance. A 27-inch 4K display viewed from 60 cm fills more of your real-world visual field than a 24-inch 1080p screen at the same distance, so a slightly lower in-game FOV may feel equally expansive. Use this FOV calculator as a starting point, then tune in small 5° increments until the balance of awareness and precision feels natural for your setup and playstyle.

Worked Examples

Convert 90° Horizontal FOV to Vertical on 16:9

Problem:

A game exposes only vertical FOV in its console. You want to know what vFOV corresponds to 90° hFOV on a standard 16:9 monitor.

Solution Steps:

  1. 1Aspect ratio W/H = 16/9 ≈ 1.7778
  2. 2Convert hFOV to radians: 90° × π/180 = π/2 ≈ 1.5708 rad
  3. 3Half-angle tangent: tan(π/4) = 1.0000
  4. 4Divide by aspect ratio: 1.0000 / 1.7778 ≈ 0.5625
  5. 5vFOV = 2 × atan(0.5625) × 180/π = 2 × 29.36° ≈ 58.72°

Result:

58.72° vertical FOV corresponds to 90° horizontal FOV at 16:9.

Hor+ Scaling: 90° hFOV at 16:9 to 21:9

Problem:

You are upgrading to a 21:9 ultrawide monitor and need to know what horizontal FOV to set so that the vertical view stays identical to your original 90° hFOV at 16:9.

Solution Steps:

  1. 1Step 1 — Derive preserved vFOV: tan(90°/2) / (16/9) = 1.0 / 1.7778 ≈ 0.5625; vFOV = 2 × atan(0.5625) × 180/π ≈ 58.72°
  2. 2Step 2 — New aspect ratio: 21/9 ≈ 2.3333
  3. 3Step 3 — Compute new hFOV: tan(58.72°/2) = tan(29.36°) ≈ 0.5625; new hFOV = 2 × atan(0.5625 × 2.3333) × 180/π
  4. 4tan argument: 0.5625 × 2.3333 ≈ 1.3125; atan(1.3125) ≈ 52.65°
  5. 5new hFOV = 2 × 52.65° ≈ 105.30°

Result:

Set approximately 105.3° horizontal FOV on a 21:9 display to match the same vertical perspective as 90° on 16:9.

Compute Zoom Factor for 70° Horizontal FOV

Problem:

Some sniping enthusiasts use 70° hFOV as their default to slightly magnify distant targets relative to the 90° baseline. What is the effective zoom factor?

Solution Steps:

  1. 1Reference half-angle: tan(90°/2) = tan(45°) = 1.0000
  2. 2Current half-angle: 70°/2 = 35°; tan(35°) ≈ 0.7002
  3. 3Zoom = tan(45°) / tan(35°) = 1.0000 / 0.7002 ≈ 1.4281
  4. 4This means objects appear about 42.8% larger than they would at 90° hFOV

Result:

A 70° horizontal FOV produces a zoom factor of approximately 1.43× compared to the 90° reference.

Diagonal FOV from 103° Horizontal on 16:9

Problem:

CS2 and Valorant lock horizontal FOV at 103°. What is the corresponding diagonal FOV for players curious about the full corner-to-corner angle on 16:9?

Solution Steps:

  1. 1Aspect dimensions: W=16, H=9; diagonal = √(16²+9²) = √(256+81) = √337 ≈ 18.358
  2. 2Diagonal-to-horizontal ratio: 18.358 / 16 ≈ 1.1474
  3. 3hFOV half-angle: 103°/2 = 51.5°; tan(51.5°) ≈ 1.2527
  4. 4dFOV = 2 × atan(1.2527 × 1.1474) × 180/π = 2 × atan(1.4374) × 180/π
  5. 5atan(1.4374) ≈ 55.16°; dFOV ≈ 2 × 55.16° ≈ 110.32°

Result:

103° horizontal FOV on a 16:9 display corresponds to approximately 110.32° diagonal FOV.

Tips & Best Practices

  • Start at 90° horizontal FOV and adjust upward in 5° increments — most players find their comfort zone within 2–3 sessions.
  • Always confirm whether your game exposes horizontal or vertical FOV before entering a value, especially when using console commands.
  • Use Hor+ scaling when switching to an ultrawide monitor so that your vertical perspective and muscle memory remain consistent.
  • A zoom factor between 0.9 and 1.1 (roughly 82°–100° hFOV) typically offers the best balance of target size and peripheral awareness for most competitive shooters.
  • If you experience motion sickness at high FOV, reduce the value to 90°–95° and allow a few hours of play for adaptation before adjusting further.
  • Record a short aim-training clip at your chosen FOV and review it — distorted peripheral geometry that is not obvious while playing often becomes clear on playback.
  • For games with both horizontal and ADS FOV sliders, set the ADS option to 'affected' to keep consistent zoom levels across all base FOV values.
  • Diagonal FOV is rarely used in game settings but is useful for comparing FOV across monitors of different physical sizes and aspect ratios.

Frequently Asked Questions

Most competitive FPS players find 90°–110° horizontal FOV to be the most effective range. Lower values like 70°–85° are preferred by players who prioritize long-range precision, while higher values such as 100°–120° suit fast-paced games that reward wide situational awareness. The ideal FOV depends on your monitor size, viewing distance, and personal sensitivity to wide-angle distortion, so it is best to experiment in small increments.
Games can use different FOV axes — some report horizontal FOV while others report vertical FOV, and the same number on different axes produces a visually different result at the same aspect ratio. Additionally, if you and your friend use different monitor aspect ratios (such as 16:9 versus 21:9), the horizontal and vertical angles will differ even with an identical in-game setting. Always confirm which axis the game uses before comparing raw numbers.
Yes, wider FOV increases the amount of geometry the graphics engine must render per frame, which can lower frame rates on GPU-limited systems. The performance impact varies by game and engine but is most noticeable in dense, open-world environments. If you experience frame rate drops, reducing FOV by 5°–10° is sometimes more effective than lowering texture resolution, since it directly reduces the visible render volume.
Hor+ (Horizontal Plus) is a scaling method that preserves the vertical FOV when changing aspect ratios, adding extra image horizontally rather than cropping vertically. It is the fair standard for ultrawide players because it does not remove any of the original view. When you switch from a 16:9 to a 21:9 monitor, use the Hor+ scaling mode in this calculator to find the correct horizontal FOV that keeps your vertical perspective unchanged.
Yes, very high FOV values — typically above 110°–120° horizontal — can cause motion sickness or eye strain in some players, particularly when combined with fast camera movement. The distortion of straight lines near screen edges intensifies at higher angles, which can conflict with the vestibular system's expectations. If you experience discomfort, reducing FOV by 10°–15° and giving your visual system time to adapt usually resolves the issue.
They are related but not identical. FOV is an angle in degrees describing the total angular extent of the visible scene. The zoom factor derived in this calculator is a ratio comparing how magnified the scene appears relative to a 90° horizontal FOV reference. A zoom factor of 1.0 equals a 90° horizontal view; a zoom factor above 1.0 means the view is more zoomed in (narrower FOV); below 1.0 means a wider, less magnified view. Scoped optics in games typically apply a separate, additional zoom on top of your base FOV.
Many modern shooters offer an independent ADS FOV setting that controls how much the camera zooms when you aim. Using an 'affected' ADS FOV (which keeps ADS zoom consistent with your base FOV) is recommended for players who value consistent target sizing. An 'independent' ADS FOV applies the full default scope zoom regardless of your base setting, which can feel jarring at extreme base FOV values. Check your game's settings for an explicit ADS or scope FOV option.

Sources & References

Last updated: 2026-06-05

💡

Help us improve!

How would you rate the FOV Calculator?

<>

Editorial Note

MyCalcBuddy Editorial Team

This page is maintained as an educational calculator reference.

Source

Formula Source: Standard Mathematical References

by Various

UpdatedLast reviewed: May 2026
CheckedFormula checks are based on standard references and internal QA review.

Privacy choices

MyCalcBuddy uses necessary storage for the site to work. Optional analytics, notifications, and future advertising features stay off unless you allow them.