Last updated: May 2026. Written for Fortnite Chapter 7 Season 2 with AlphaRes v1.1.0 on Windows 10/11.
Stretched resolution in Fortnite is the practice of running the game at a non-standard width-to-height ratio (for example 1600x1080 instead of the panel’s native 1920x1080) and letting the GPU scale that smaller render to fill the full 16:9 monitor. The horizontal pixel count is reduced; the vertical pixel count usually stays at 1080. The end result is a render that looks slightly compressed horizontally on disk, then gets stretched horizontally by the GPU when it reaches the screen, which makes everything inside the game world (especially enemy character models) appear visually wider on the panel than it would at native.
That single sentence covers the mechanics, but it does not cover why anyone would want to do this. Three competitive advantages explain the practice. First, fewer rendered pixels mean less GPU work per frame, which lifts FPS by anywhere from 6% to 25% depending on the resolution and the hardware. Second, wider on-screen character models give the eye a slightly larger target to track, which compounds across the hundreds of engagements per Fortnite match. Third, the smaller render target shaves a small amount of time off the frame’s journey from input to photon, which matters at the margin in 240Hz and 360Hz competitive setups. The drawback is field of view: a narrower horizontal render translates to a slightly narrower effective FOV, and that trade-off is what every player has to weigh.
This guide explains stretched resolution in plain English without assuming any prior knowledge. The plain-English definition opens, the math on pixel count and FPS uplift follows, the visual changes get a balanced honest section, the competitive logic gets its own breakdown, and the section after that covers why some players actively dislike stretched and stay on native. Six common Fortnite stretched resolutions are profiled side-by-side with pixel counts, expected FPS uplift, and FOV impact. The Fortnite-specific problem of resolution resets after every patch is addressed (with the AlphaRes lock as the canonical fix), and a short ban-risk section closes the trust gateway. The whole thing is written for a player who may have never seen the term “stretched resolution” before today.
The plain-English version
- Stretched resolution = a non-standard width-to-height ratio (most commonly
1600x1080) running on a 1920×1080 panel. The GPU stretches the smaller render to fill the screen. - The GPU renders fewer pixels per frame, which boosts FPS by roughly 6 to 25% on the same hardware. The boost is bigger on GPU-bound rigs than on CPU-bound ones.
- Player models look wider on screen, which gives the eye a slightly larger target to track. Hitboxes do not actually change, only the visible target does.
- Field of view narrows slightly because the horizontal render is shorter. That is the honest trade-off players accept in exchange for the FPS and visibility gains.
- Pros use stretched for the visibility plus FPS combo. In 2026 the most common pro picks are
1600x1080,1728x1080, and1440x1080. - Fortnite resets stretched resolution after most patches. AlphaRes locks the value into
GameUserSettings.iniwith a Windows read-only attribute so the next update cannot overwrite it.
What stretched resolution actually is
A monitor’s native resolution is the literal pixel grid built into the panel. A 1080p gaming monitor has a fixed grid of 1920 horizontal pixels by 1080 vertical pixels. That grid does not change. What changes is the resolution the game tells the GPU to render at, before the GPU hands the finished frame to the panel. When a game renders at the panel’s native resolution, the GPU produces exactly 1920 by 1080 pixels per frame and the monitor displays each one without modification. When a game renders at a stretched resolution, the GPU produces a smaller frame (for example 1600 wide by 1080 tall) and then a scaling step inflates that frame horizontally to fill the full 1920-pixel-wide panel.
The scaling step is what creates the “stretched” look. A 1600-pixel-wide image being shown on a 1920-pixel-wide screen has to occupy 320 extra horizontal pixels somehow. The GPU performs that fill by stretching every pixel column horizontally, which is essentially a horizontal zoom. Character models, weapons, and the user interface all become slightly wider on screen than they were inside the rendered frame. Vertical proportions stay the same because vertical pixel count stays the same.
The math works out cleanly. Native 1920x1080 is a 16:9 ratio. 1600x1080 is roughly 14.8:10, narrower than 16:9 horizontally. 1440x1080 is exactly 4:3. 1728x1080 is exactly 16:10. Each of these renders fewer pixels than native, displays on the same 1080p panel, and gets stretched horizontally to fill the screen. The narrower the rendered ratio, the more aggressive the stretch and the wider character models appear on the final image.
None of this requires special hardware. A standard 1080p monitor, a graphics card from the last seven years, and Windows 10 or 11 are sufficient. Fortnite handles the resolution change internally through the GameUserSettings.ini configuration file, where two values (ResolutionSizeX and ResolutionSizeY) define the render target. The GPU driver and the monitor between them complete the scaling step automatically.
The math: pixel count, render load, FPS uplift
The reason stretched resolution boosts FPS comes down to total pixel count per frame. Fewer pixels mean less work for the GPU per frame, which means more frames per second on hardware that was previously GPU-bound. The table below shows the pixel count for each common Fortnite render target alongside the theoretical render-load reduction relative to native. Real-world FPS uplift never matches the theoretical number exactly because shader work, post-processing, draw-call overhead, and CPU-side game logic do not scale linearly with pixel count, but the theoretical floor sets the upper expectation.
| Resolution | Pixel count | vs native | Theoretical render-load reduction | Realistic FPS uplift on GPU-bound rig |
|---|---|---|---|---|
| 1920×1080 (native) | 2,073,600 | 0% | 0% | 0% (baseline) |
| 1750×1080 | 1,890,000 | -9% | 9% | 5 to 8% |
| 1728×1080 | 1,866,240 | -10% | 10% | 6 to 10% |
| 1600×1080 | 1,728,000 | -17% | 17% | 10 to 16% |
| 1456×1080 | 1,572,480 | -24% | 24% | 14 to 20% |
| 1440×1080 | 1,555,200 | -25% | 25% | 15 to 22% |
| 1280×1080 | 1,382,400 | -33% | 33% | 18 to 28% |
Two qualifications belong with the table. First, the realistic uplift band assumes a GPU-bound rig: a mid-range graphics card paired with a capable CPU, where the GPU is the limiting factor at native 1920×1080 in Performance Mode. On a CPU-bound rig (an older Ryzen 5 or Core i5 paired with an RTX 4070 or higher, for example) the uplift compresses sharply because the CPU’s draw-call rate caps the frame rate before the GPU’s pixel work matters. Some players on RTX 4090 hardware see only 3 to 5% uplift from 1600×1080 over native because their CPU is the bottleneck regardless of pixel count.
Second, Performance Mode in Fortnite Chapter 7 shifts the balance further toward CPU-bound behavior because it strips most of the GPU-heavy effects (volumetric clouds, shadow quality, post-processing). Players on Performance Mode see smaller uplift from stretched resolution than players on the original DX12 renderer, because Performance Mode already lightened the GPU load before stretched resolution ever entered the picture. The uplift is still real, just smaller in absolute frames.
What changes visually
The visual changes from stretched resolution are not all positive, and an honest evaluation has to cover both sides. Four elements of the game change noticeably the moment a stretched value is applied: character models, hitboxes (or rather, the visual perception of them), field of view, and user interface elements. The four cards below cover each one with the trade-off included.
Player models look wider
The most visible change. At 1600x1080 stretched, every character model on screen renders about 17% wider than it would at native, while the height stays the same. Skinny skins like Cuddle Team Leader gain visible torso width; chunky skins like Peely look almost cartoonishly wide.
The wider visual target is the headline competitive benefit. The eye perceives a fatter enemy as easier to track, which translates to a small but real accuracy gain on tracking shots.
Hitboxes look bigger (but are not)
The actual hit volume in Fortnite is server-authoritative and does not change with the render target. A player at 1440x1080 sees enemies as 30% wider on the panel, but the game’s hit detection still uses the same internal capsule. Tracking a wider visual target with the same hitbox is the geometric advantage; the hitbox itself is identical.
This is the source of recurring confusion. Stretched does not give a wider hitbox, only a wider visible target on the player’s own screen.
Field of view narrows slightly
Fortnite Chapter 7 has no manual FOV slider. The effective FOV is fully determined by the render target. A horizontally narrower render produces a slightly narrower horizontal FOV, which means the player can see fractionally less of the world to the left and right at any given moment.
The FOV cost is small for mild stretches like 1750x1080 (under 5% narrower) and larger for aggressive stretches like 1440x1080 (about 25% narrower). This is the trade-off players accept for the visibility and FPS gains.
UI elements stretch horizontally
The build menu icons, the mini-map, the inventory bar, and other HUD elements all stretch horizontally with the render. The effect is mild at 1600x1080 and pronounced at 1280x1080. Most players adapt within a session, but it is the most visually jarring change on the first switch.
The build menu in particular looks almost cartoonish at heavy stretches. Players who depend on rapid build-cycling sometimes report a brief recalibration period for muscle memory.
Why competitive Fortnite players use it
The competitive case for stretched resolution rests on three pillars: visibility, frame rate, and consistency. Each one matters at the margin where Cash Cup, FNCS, and Ranked games are decided.
Visibility is the headline. A wider character model on screen is fractionally easier to track with both mouse and controller input. The advantage is small per shot but compounds across the engagements in a 25-minute match. Pro players who track 1% accuracy improvements over 10,000-shot samples consider that compounding effect non-trivial. The same logic applies to peeking and rotation reads: a wider visible target makes it easier to spot enemy movement at the edge of the screen.
Frame rate is the second pillar. A 240Hz panel with 220 average FPS at native and 270 average FPS at 1600x1080 is the difference between visible frame drops in busy late-game zones and reliable refresh-rate saturation throughout the match. The smaller render target also tends to reduce 1% lows, which is the technical metric that most directly correlates with perceived smoothness during fights. Pros on top-tier hardware are often already saturating 360Hz at native, and for them the FPS benefit is secondary, but the visibility benefit still applies.
Consistency is the third pillar and the least visible. A smaller render target produces a more predictable frame time variance because the GPU has more headroom to absorb the variable cost of effects like ability casts, building animations, and storm-circle particles. Frame time consistency translates directly to input latency consistency, which professional players describe as the “feel” of the game. The same setup at native versus 1600x1080 can have noticeably different frame time graphs even when the average FPS is similar.
Tracked 2026 Fortnite pros cluster around three resolutions for these reasons: 1600x1080, 1728x1080, and 1440x1080. Together the three values cover roughly 70% of FNCS bracket setups verified across stream metadata and team-published configurations. The full breakdown of which pros use which resolution lives at the cluster sibling guide, Fortnite Pro Player Stretched Resolution List (2026 Edition), which tracks 22 publicly verified setups with team affiliations and verification windows.
Why some players don’t use stretched res
Stretched resolution is not a universal upgrade, and a credible explanation has to acknowledge the cases where players actively dislike it. Three categories of players consistently stay on native, and their reasoning is worth understanding before any switch.
The first category is players whose aim feels worse on stretched even after a recalibration period. Aim is a complex motor skill, and a fraction of the population has muscle memory tuned to the geometric proportions of native 16:9. Switching to 1600x1080 introduces a 17% horizontal compression that the brain has to remap, and not every player completes that remap successfully. Some report persistent feelings of “off-ness” that never fully resolve, particularly in scope-aim and sniper engagements where the visual cue chain matters more than the model-width gain. For these players, native is the right answer regardless of FPS uplift.
The second category is players who depend heavily on long-range scoped shots. Fortnite scope reticles do not stretch the same way the rest of the HUD does, and the interaction between a stretched world and an unstretched scope creates a disorienting visual mismatch. Bolt-action sniper aiming feels markedly different at 1440x1080 than at native. Players who built their scoped-shot accuracy at native often find that their hit rate drops significantly on stretched and never recovers to baseline.
The third category is players whose hardware does not deliver the expected uplift. CPU-bound rigs see almost no FPS gain from stretched resolution because the bottleneck is on the CPU side, not the GPU side. A player on a Ryzen 5 3600 with an RTX 4070 will see maybe 3% uplift from 1600x1080 while paying the full FOV cost. For these players, the trade-off math does not favor stretched, and native is the better default until the CPU is upgraded.
The honest conclusion is that stretched resolution is a setup-dependent and player-dependent choice, not a universal best practice. Roughly 70 to 80% of competitive Fortnite players who try it stick with it; 20 to 30% revert to native and never look back. Both groups are reasoning correctly from their individual circumstances.
Stretched res vs custom resolution vs windowed mode
Three terms get tangled in Fortnite community threads, and clarifying the differences makes the rest of this guide easier to follow.
Stretched resolution is the specific case of running the game at a non-16:9 ratio (for example 1600x1080) on a 16:9 panel, with the GPU stretching the output horizontally to fill the screen. The render target’s vertical resolution typically matches the panel’s native vertical resolution. Stretched is a subset of custom resolution, with the additional property that the rendered ratio differs from the panel ratio.
Custom resolution is the broader category. A custom resolution is any non-standard render target that the player sets manually, including stretched values like 1600x1080, downscaled-but-still-16:9 values like 1280x720 on a 1080p panel, and exotic widescreen values that some players have experimented with. Custom resolution is a superset; stretched is a subcategory within it. Most of the discussion online uses “custom resolution” and “stretched resolution” interchangeably, which is technically imprecise but practically harmless.
Windowed mode is unrelated to resolution per se: it controls whether Fortnite renders to a window on the desktop or takes exclusive control of the display. Windowed and borderless windowed modes have different latency characteristics than fullscreen exclusive mode, but they do not change the render target’s pixel count by themselves. A player can run 1600x1080 stretched in fullscreen, in borderless windowed, or in windowed mode; the rendered pixels are the same. Most competitive guides recommend fullscreen exclusive mode for the lowest input latency, regardless of whether a stretched resolution is in use.
The practical takeaway: stretched resolution is the resolution choice; windowed mode is the display mode. They are independent settings that interact at the GPU driver level, but conceptually they answer different questions.
Common stretched resolutions in Fortnite
Six values cover the vast majority of Fortnite stretched setups in 2026. The cards below summarize each one’s pixel count, FPS uplift estimate on a representative GPU-bound rig (RTX 3070, Ryzen 7 5800X, Performance Mode), FOV change relative to native, and the player profile that typically picks it. Tested resolution recommendations ranked by FPS uplift and FOV cost live at the cluster guide Best Stretched Resolutions for Fortnite Chapter 7 (2026 Tested).
1920×1080 (native)
The panel’s native resolution and the no-stretch baseline. Every other entry below is measured against this reference.
Pixel count: 2,073,600 (baseline)
FPS uplift: 0% (the reference)
FOV change: 0% (the reference)
Picked by: Players who want full visual fidelity, players whose aim feels off on any stretched value, and pros like Cented who explicitly prefer native geometry.
1600×1080
The most popular stretched value in 2026 competitive Fortnite. Roughly one in three tracked pros plays on this resolution. The balance of FPS uplift, model-width gain, and FOV cost is widely considered the practical optimum for Chapter 7’s engagement profile.
Pixel count: 1,728,000 (about 17% fewer than native)
FPS uplift: 10 to 16% on GPU-bound mid-range rigs
FOV change: Roughly 8% narrower horizontal FOV
Picked by: Most competitive grinders, the modal pro pick, the right starting point for any player trying stretched for the first time.
1728×1080
The mathematically clean 16:10 stretch with predictable GPU scaling behavior. Popular among EU pros and players who want the geometric and FPS benefits without aggressive UI distortion or heavy FOV loss.
Pixel count: 1,866,240 (about 10% fewer than native)
FPS uplift: 6 to 10% on GPU-bound rigs
FOV change: Roughly 4% narrower horizontal FOV
Picked by: 360Hz pros who already saturate refresh and want minimal visual disruption, players with high-end GPUs, and anyone who tested 1600×1080 and found it too aggressive.
1440×1080
The “true” 4:3 stretched value, identical aspect ratio to legacy CS:GO 4:3 setups but at a higher vertical pixel count. The most aggressive value commonly used in Chapter 7 that still preserves UI scaling reasonably.
Pixel count: 1,555,200 (about 25% fewer than native)
FPS uplift: 15 to 22% on GPU-bound rigs
FOV change: Roughly 25% narrower horizontal FOV
Picked by: Aggressive ranked grinders, low- and mid-range hardware that needs the largest possible FPS uplift, and players migrating from CS:GO who want the familiar 4:3 geometry.
1750×1080
A softer stretch popularized by a small group of pros (notably Clix) who want a small competitive edge without committing to the geometric distortion of 1600×1080. Used commonly on RTX 4080 or 4090 hardware where FPS uplift is a non-issue and the geometry change is the only thing that matters.
Pixel count: 1,890,000 (about 9% fewer than native)
FPS uplift: 5 to 8% on GPU-bound rigs
FOV change: Roughly 4% narrower horizontal FOV
Picked by: High-end GPU rigs that already saturate 360Hz, pros prioritizing visual fidelity, and players who want a stretched look that rarely registers as “stretched” on screen.
1280×1080
An aggressive stretched value used by a small minority of competitive grinders who prioritize FPS and model-width above all other considerations. The geometric distortion is heavy and the FOV cost is steep. Not a recommended starting point.
Pixel count: 1,382,400 (about 33% fewer than native)
FPS uplift: 18 to 28% on GPU-bound rigs
FOV change: Roughly 33% narrower horizontal FOV
Picked by: Low-end hardware that needs maximum FPS, ranked grinders who tolerate the heavy distortion, and a small subset of players migrating from very old 4:3 setups.
The “Fortnite resets my resolution” problem
Setting a stretched resolution in Fortnite is straightforward. Keeping it set across patches is not. Fortnite Chapter 7 ships configuration changes through Epic’s launcher in nearly every weekly patch, and one of the side effects of the patch reconciliation logic is that GameUserSettings.ini gets rewritten. The values most likely to be clobbered are the resolution fields: ResolutionSizeX, ResolutionSizeY, and the matching last-confirmed values. A player who set 1600x1080 on Tuesday often finds the game launching at native 1920x1080 on Wednesday after the routine update.
This is the single most common Fortnite stretched-resolution complaint, and it has a permanent fix: writing the desired resolution to the INI file and then setting the file’s Windows read-only attribute. With the read-only flag set, Fortnite’s reconciliation logic still tries to write to the file but the operation fails silently, the values stay intact, and the stretched resolution survives the patch. The full mechanics of the reset behavior and the read-only countermeasure are covered at the troubleshooting guides Fortnite Resets My Resolution After Update, Permanent Fix and How to Lock Fortnite Resolution So Updates Cannot Reset It.
AlphaRes v1.1.0 implements the lock automatically. The application takes a width and height as input, writes them into GameUserSettings.ini, ticks the read-only attribute on the file in one workflow, and verifies the change before exiting. The read-only flag is a standard Windows file attribute (the same one used for any read-only configuration file across the operating system), which means it is anti-cheat-neutral and entirely reversible at any time.
How to actually try stretched res in Fortnite
Trying stretched resolution in Fortnite for the first time takes about a minute with AlphaRes. The four-step workflow below covers the canonical path: download the v1.1.0 binary, enter the chosen width and height, tick the read-only checkbox so the value persists across patches, then launch Fortnite to verify. A safer first attempt uses 1600x1080 as the starting point because it is the modal pro pick and the easiest stretched value to recalibrate to.
1 Download AlphaRes v1.1.0
Pull the latest verified binary from the AlphaRes Download, Latest v1.1.0 for Windows 10/11 page. The file is 533 KB, x64, MIT-licensed, and VirusTotal-verified clean. Save it anywhere convenient (Desktop or Downloads is fine; the application is portable and does not require an installer).
2 Enter the desired width and height
Launch alphares_x64.exe. The application opens to a single window with two input fields. Enter the chosen width (for example 1600) and height (for example 1080). For first-time users, 1600x1080 is the recommended starting point because it has the broadest community documentation and the cleanest recalibration curve.
3 Tick the Read-only checkbox
Check the “Read-only” checkbox before clicking Apply. This is the step that makes the resolution persist across Fortnite patches. Without the read-only flag, the next Fortnite update will reset the value back to native. With the flag set, the value survives indefinitely until manually unlocked.
4 Launch Fortnite and verify
Close AlphaRes and launch Fortnite through the Epic Games launcher as normal. The first launch after the change loads at the new resolution. Verify by opening the Settings menu under Video and confirming that the resolution dropdown displays the chosen value. A short Battle Lab session is the easiest way to confirm the FPS uplift before committing to a competitive match.
The full step-by-step procedure with screenshots and troubleshooting notes lives at How to Apply a Stretched Resolution in Fortnite Using AlphaRes. Reverting to native at any point requires unticking the read-only attribute (AlphaRes does this with a single click) and restoring the resolution dropdown to 1920x1080 through Fortnite’s Settings menu.
Will stretched res get you banned?
GameUserSettings.ini, including custom resolutions. AlphaRes operates entirely outside the anti-cheat protection boundary: it writes a configuration value and sets a standard Windows read-only attribute, both of which are operating-system-level operations that EAC does not monitor. Pro players openly use stretched resolutions on Epic-sanctioned tournament broadcasts including FNCS and Cash Cup. The full ban-risk analysis with EAC behavioral details lives at Will AlphaRes Get You Banned in Fortnite? Anti-Cheat Status.
Stretched res on different monitors and refresh rates
Monitor specifications shape the practical value of stretched resolution. The interaction between native panel resolution, refresh rate, and stretched render target is straightforward but worth covering explicitly because it affects which stretched value (if any) makes sense per setup.
60Hz panels derive almost no benefit from the FPS uplift portion of stretched resolution because the panel cannot display frames above 60Hz. The model-width gain still applies, but the trade-off (FOV cost in exchange for visibility only, with no frame-rate gain) is harder to justify. A 60Hz player who runs 1600x1080 sees the wider character models but pays the FOV penalty without the FPS reward. Most 60Hz players who try stretched eventually revert to native unless they specifically value the visibility gain.
144Hz panels are the sweet spot for stretched resolution on mid-range hardware. The 144Hz refresh ceiling is high enough to benefit meaningfully from a 10 to 20% FPS uplift, and most mid-range GPUs (RTX 3060 Ti, RX 6700 XT) hold 144 FPS reliably at 1600x1080 in Performance Mode. This is the default competitive tier where stretched resolution delivers the cleanest combined visibility plus FPS plus consistency benefit.
240Hz panels are where stretched resolution becomes most impactful for serious competitive grinders. Saturating 240 FPS in late-game POIs is hard at native, easier at 1728x1080, and reliable at 1600x1080 on RTX 3070-class hardware. A 240Hz panel running below cap shows visible frame drops in the moments that matter most, and a 10 to 16% FPS uplift from stretched is often what pushes the rig into reliable cap territory.
360Hz panels usually saturate refresh at native on top-tier hardware (RTX 4080 and up), which means the FPS uplift portion of stretched resolution is mostly redundant. Pros on 360Hz hardware tend toward mild stretches like 1728x1080 or 1750x1080, where the visibility gain is real and the FOV cost is small, with the FPS angle being a non-factor.
Native panel resolution above 1080p (1440p and 4K monitors) creates a different interaction. A 1440p panel running 1600x1080 stretched performs both a horizontal stretch and a vertical upscale, which produces a slightly softer image due to non-integer scaling. Most 1440p Fortnite players either run native 2560×1440 or run a true downscale to 1920×1080 in 16:9 rather than a stretched value. Integrated graphics (Iris Xe, Vega 8) can technically run stretched resolutions but the underlying frame rate is usually so low that other Performance Mode settings (3D resolution scale, view distance) produce larger absolute gains than the resolution choice itself.
Frequently Asked Questions
What is stretched resolution in simple terms?
Stretched resolution is when a game renders at a non-standard width-to-height ratio (for example 1600x1080) and then the GPU stretches that smaller render horizontally to fill the full 1920×1080 panel. The result is that everything inside the game world (especially enemy character models) appears slightly wider on screen than it would at native, while the GPU does less work per frame because it is rendering fewer total pixels. The FPS goes up by roughly 6 to 25% depending on the resolution and the hardware, character models look wider on the panel, and the field of view narrows slightly because the horizontal render is shorter. It is the most common competitive Fortnite optimization for these three combined reasons.
Does stretched res actually boost FPS?
Yes, on GPU-bound rigs the FPS uplift is real and measurable. A standard test on an RTX 3070 with a Ryzen 7 5800X in Fortnite Chapter 7 Performance Mode shows roughly 14% FPS gain at 1600x1080 over native and roughly 22% gain at 1440x1080. The uplift compresses sharply on CPU-bound rigs (high-end GPU paired with a weaker CPU), where the FPS gain may shrink to 3 to 5% because the CPU’s draw-call rate caps the frame rate before the GPU’s pixel work matters. Players on RTX 4090 hardware see the smallest uplift because they are almost always CPU-bound at any 1080p target. The realistic expectation depends entirely on which side of the bottleneck the rig sits on.
Will stretched res stretch my mouse cursor?
The Windows desktop cursor is unaffected: stretched resolution applies only inside Fortnite’s render context. Inside the game, the in-game cursor (used for menus, the lobby, and the storefront) does stretch with the rest of the UI because it is part of Fortnite’s rendered output. During gameplay there is no visible cursor, so the question is moot for in-match performance. The mouse sensitivity itself does not change because Fortnite’s sensitivity is independent of resolution. A player who keeps cm-per-360 sensitivity steady across a switch to stretched resolution preserves the same physical hand movement for the same in-game rotation, regardless of the render target.
Is stretched res allowed in Fortnite tournaments?
Yes. Epic Games has never restricted stretched resolution in any Fortnite competitive format, including FNCS, Cash Cup, the Champion Series, and Ranked play. The closest Epic ever came to changing the situation was the brief Chapter 2 Season 7 period when the resolution dropdown in the in-game settings menu was hidden, which forced players to write the resolution directly to GameUserSettings.ini. The underlying functionality was never removed, and players continued to use stretched resolutions throughout that period. As of Chapter 7 Season 2, the same INI-based mechanism remains the canonical way to set a custom resolution. Pro players use stretched on Epic-sanctioned broadcasts during major tournaments without consequence, which is the strongest possible signal that the practice is sanctioned.
What’s the most popular stretched resolution among pros?
The modal pro pick in 2026 is 1600x1080. Roughly one in three publicly verified pros plays on this resolution, including Bugha, Khanada, Andilex, Peterbot, EpikWhale, Aspect, and Stable Ronaldo as of Q4 2025 verification. The second-most-common pick is 1728x1080, popular among EU pros and 360Hz setups. Third is 1440x1080, used by aggressive ranked grinders who prioritize maximum model width. Together these three resolutions cover roughly 70% of FNCS bracket setups tracked across stream metadata and team-published configurations. The full breakdown of the 22 publicly verified pro setups lives at the cluster sibling guide Fortnite Pro Player Stretched Resolution List (2026 Edition).
Does stretched res hurt aim assist?
No, aim assist on controller is unaffected by stretched resolution. Fortnite Chapter 7’s aim assist operates on the server-side hitbox capsule, not on the rendered pixel coverage. A controller player on 1440x1080 sees enemies as 30% wider on the panel, but the underlying aim-assist computation does not change because the hitbox geometry is not modified by the render target. The model-width advantage applies equally to mouse-and-keyboard and controller input. Some controller pros run stretched resolutions specifically because the wider visible target makes the stick movements feel like they are tracking a larger object, even though mathematically the assist envelope is identical. The misconception that stretched hides or boosts aim assist circulates in Reddit threads but has no factual basis.
Why doesn’t Fortnite save my stretched resolution?
Fortnite Chapter 7 ships configuration changes through Epic’s launcher in nearly every weekly patch, and the patch reconciliation logic frequently rewrites GameUserSettings.ini, including the resolution fields. A player who set 1600x1080 on Tuesday often finds Wednesday’s update reset the value to native 1920x1080. The permanent fix is to set the Windows read-only attribute on the INI file, which makes Fortnite’s reconciliation logic fail silently when it tries to overwrite the value. AlphaRes v1.1.0 implements the lock automatically: it writes the resolution and ticks the read-only checkbox in one workflow. The full mechanics of the reset behavior live at Fortnite Resets My Resolution After Update, Permanent Fix and How to Lock Fortnite Resolution So Updates Cannot Reset It.
Can stretched res damage my monitor?
No, stretched resolution cannot damage a modern monitor. The panel always displays its native pixel grid; the GPU is the component that scales the rendered image to fit. Modern LCD and OLED panels are designed to accept any standard input signal that fits within their refresh rate range, and a stretched render output (for example 1600x1080 at 240Hz) is an entirely standard signal. The concern about CRT-era burn-in or geometry damage does not apply to flat-panel displays. The only edge case is running a render target above the panel’s refresh rate ceiling (for example sending 360Hz to a 240Hz panel), and even that is handled gracefully by every modern monitor through frame skipping or sync limiting. Stretched resolution itself is monitor-safe.
What’s the difference between stretched and 4:3 resolution?
4:3 resolution is a specific subcategory of stretched resolution. Any render target with a 4:3 aspect ratio (for example 1280x960, 1440x1080, or 1600x1200) running on a 16:9 panel produces a 4:3 stretch when displayed at full screen. The general “stretched” category covers any non-16:9 ratio on a 16:9 panel, which includes 4:3 stretches but also intermediate values like 1600x1080 (roughly 14.8:10) and 1728x1080 (exactly 16:10). In Fortnite, 1440x1080 is the canonical 4:3 stretched value and is identical in aspect ratio to the legacy CS:GO 4:3 setup, just at a higher vertical pixel count. Outside of 1440x1080, most popular Fortnite stretched values are not strictly 4:3.
Should beginners use stretched res?
Beginners can try stretched resolution, but the recommendation is to start at native long enough to develop baseline aim mechanics first. A new player who switches to 1600x1080 in their first month never builds muscle memory at native, which makes it harder to play other games or adjust later. The realistic path is to play at native for 50 to 100 hours, develop a stable sensitivity and aim baseline, then experiment with 1600x1080 as the entry-level stretched value. The recalibration period is real (one to two weeks of slightly worse aim before stabilizing), but the long-term gain is small enough that beginners are better served by focusing on fundamentals than chasing the marginal advantage of stretched. Pros switched to stretched after they were already fundamentally proficient; beginners should follow the same order.
Does stretched res work on a 1440p monitor?
Stretched resolution works on a 1440p monitor but the interaction is messier than on a 1080p panel. A 1440p panel has a native 2560×1440 grid. Running 1600x1080 stretched on that panel performs both a horizontal stretch (1600 to fill 2560 horizontally) and a vertical upscale (1080 to fill 1440 vertically), which is non-integer scaling on both axes and produces a slightly softer image. Most 1440p Fortnite players choose between native 2560×1440 (full visual fidelity, lower FPS) and a true 1080p downscale (1920×1080 in 16:9 with cleaner integer-ish vertical scaling). A small minority do run stretched values like 1920x1440 on 1440p panels, but the mainstream stretched experience is built around 1080p panels. A 1440p player who really wants stretched is usually better served by stepping down to a 1080p target first.
Will stretched res look bad on a 4K display?
Stretched resolution on a 4K (3840×2160) display produces a substantially softer image than on a 1080p panel because the GPU has to upscale a 1080-tall render to fill 2160 vertical pixels, which is a 2x integer upscale that still loses detail compared to a native 4K render. The horizontal stretch from 1600 to 3840 is also a heavy non-integer multiplication. Most 4K Fortnite players run native or a clean 1920×1080 downscale rather than a stretched value. A 4K player who specifically wants the stretched character-model effect is usually better served by setting the panel into 1080p mode first (so it displays a clean 2x integer upscale of any 1080p input) and then applying a 1080p stretched render on top. The typical experience is that 4K stretched is technically possible but rarely the right choice.
Can I use stretched res with G-Sync or FreeSync?
Yes, both G-Sync and FreeSync work normally with stretched resolution. The variable refresh rate technology operates on the signal between the GPU and the panel and does not care what render target is being scaled to fit. A G-Sync 240Hz monitor running Fortnite at 1600x1080 stretched still receives a continuous variable refresh signal between roughly 30Hz and 240Hz, with G-Sync syncing the panel refresh to the GPU’s frame output. The same applies to FreeSync on AMD setups and to G-Sync Compatible certification on FreeSync panels. The interaction is fully transparent. Some players run G-Sync without a frame rate cap on stretched setups; others cap FPS at refresh-minus-3 (the recommended Reflex setting) to keep the system inside the variable refresh range. Either configuration is compatible with stretched resolution.