Let's be honest. NieR:Automata is a masterpiece. The story, the music, the sheer existential weight of it all. But that magic is instantly shattered when your screen starts flickering like a strobe light at a bad rave. One moment you're contemplating the meaning of existence as 2B, the next you're squinting at a disco inferno that's giving you a headache. It's a notorious problem, especially on PC, and it's kept more players from finishing the game than any boss ever could.
I've spent an embarrassing amount of time in the ruins of a flickering City Ruins. Through trial, error, and enough driver reinstalls to make a GPU weep, I've compiled what works. This isn't just a list of generic tips. We're going to dig into the why behind the flicker, tackle it from every angle, and get you back to a buttery-smooth, glitch-free apocalypse.
What's Inside This Guide
First Steps: The Quick Fixes (Try These First)
Before we get into the technical weeds, run through this checklist. These solve about 60% of flickering cases, especially if it's a recent issue.
Update Your Graphics Drivers. I know, it's the IT equivalent of "have you tried turning it off and on again?" But for NieR:Automata, it's critical. This game has a... complicated relationship with GPU drivers. Don't just use Windows Update. Go directly to NVIDIA's website or AMD's website and get the latest stable driver. During installation, select the "Clean Install" or "Factory Reset" option. This removes old, conflicting settings.
Switch Between Fullscreen and Borderless Windowed. This is the single most effective toggle for many. The game's fullscreen implementation is janky. If you're flickering in Fullscreen, switch to Borderless Windowed in the game's Display settings. If you're flickering in Borderless, try true Fullscreen. One of them will almost always be more stable. For me, Borderless Windowed eliminated the intermittent black flashes during cutscenes.
Pro Tip: Don't just change it in-game once. Change it, apply, close the game completely, and restart. Sometimes the setting doesn't "stick" properly until a fresh launch.
Disable Overlays. Discord overlay, Steam overlay, NVIDIA GeForce Experience overlay, Xbox Game Bar. They all inject themselves into the game's rendering process and can cause severe conflict with NieR:Automata's older engine. Turn them all off. You can usually find these settings in the respective applications' settings menus. Just disable them globally or specifically for NieR:Automata.
Verify Game Files (Steam). Right-click NieR:Automata in your Steam library > Properties > Installed Files > "Verify integrity of game files." This checks for corrupted or missing data. It's a five-minute fix that can resolve flickering caused by a bad install.
Taming Your GPU: Graphics Card Settings Deep Dive
If the quick fixes didn't work, your GPU's control panel is the next battlefield. Here’s where you can force the game to behave. These settings override what the game tries to do.
For NVIDIA Users
Open the NVIDIA Control Panel. Under "Manage 3D settings," go to the "Program Settings" tab and select NieR Automata (or add the .exe manually if it's not listed).
- Monitor Technology: Set this to Fixed Refresh Rate (not G-SYNC). G-SYNC/FreeSync can freak out with this game.
- Vertical Sync: Try Fast Sync or Adaptive. If that causes issues, force it to On. Avoid "Use the 3D application setting."
- Power Management Mode: Change from "Optimal power" to Prefer maximum performance. This stops the GPU from downclocking mid-game, which can cause flickers.
- Shader Cache Size: Increase it. Set it to "10 GB" or "Unlimited" if available. NieR streams assets weirdly, and a bigger cache helps.
For AMD Users
Open AMD Software: Adrenalin Edition. Go to Gaming > Graphics.
- Wait for Vertical Refresh: Force it to Always On.
- Anti-Aliasing Mode: Set to Override application settings. Then, set Anti-Aliasing Method to Multisampling. The game's post-processing AA can be a culprit.
- Surface Format Optimization: Turn this OFF. This feature is known to cause graphical corruption in older DirectX 11 titles like NieR.
A Common Mistake: Everyone rushes to update drivers, but hardly anyone thinks to downgrade. If your flickering started after a driver update, rolling back to a previous, known-stable version is a valid and often successful strategy. Search forums for "NieR Automata stable driver [Your GPU Model]" to find a good candidate.
Advanced Tweaks: .ini Files and Engine Hacks
Now we're getting into the guts of it. NieR:Automata's PC port, by PlatinumGames, was functional but far from optimized. We need to talk to its engine directly.
The main configuration file is Graphics.ini, usually found in %USERPROFILE%\Documents\My Games\NieR_Automata.
Open it with Notepad. Look for or add these lines under the [Render] section:
- FullscreenVSync=1 (Forces V-Sync in fullscreen mode. Set to 0 to disable).
- WindowVSync=1 (Forces V-Sync in windowed mode).
- FrameRate=0 (0 is unlimited. Try setting it to 60 or 120 if you have screen tearing flicker).
The Global Illumination Bug. This is a big one. The game's Global Illumination (GI) is broken on many systems and causes rapid, seizure-inducing flickering on surfaces, especially indoors. To disable it, you need to find the file data\pl\f\shader\common.fsop in your game installation folder. Making a backup first is non-negotiable. Then, open it in a hex editor (like HxD) and search for the string GI_Lighting. You'll need to find a specific value to change—this is where most guides get vague. The precise offset can vary. A safer, mod-based method exists for this, which we'll cover next.
When All Else Fails: The Modding Route
The NieR:Automata PC community has done heroic work fixing what PlatinumGames didn't. If you've tried everything and the screen still flickers, mods are your salvation.
| Mod Name | What It Fixes | Key Benefit |
|---|---|---|
| FAR (FAR Mod) | Global resolution scaling, fixes fullscreen issues, unlocks framerate, adds GI toggle. | It's the Swiss Army knife. The built-in toggle to disable broken Global Illumination alone can cure most surface flickering. |
| SpecialK | Deep DirectX hook, framerate limiting, HDR fixes, texture management. | More advanced than FAR. It can force borderless fullscreen perfectly and eliminate presentation glitches that cause flicker. |
| NieR Automata HD Textures | Replaces low-res textures. | Prevents flickering caused by texture streaming issues on high-resolution displays. |
My personal recommendation? Start with FAR Mod. It's the most user-friendly for this specific purpose. Download it from a trusted source like the PC Gaming Wiki. Install it, launch the game, press Shift+Backspace to open its menu, and simply uncheck "Enable Global Illumination." The difference is often immediate and dramatic. The flickering on floors and walls just stops.
SpecialK is more powerful but has a steeper learning curve. It's worth it if FAR doesn't solve your particular flavor of flicker, especially if it's related to alt-tabbing or specific lighting effects.
Your Flickering Questions, Answered
My screen only flickers in fullscreen mode, not borderless. What gives?
This points directly to a driver or GPU control panel setting conflict. Fullscreen mode gives the game exclusive control over the display. Go to your GPU control panel (NVIDIA Control Panel or AMD Adrenalin) and, under the NieR:Automata profile, explicitly set "Vertical Sync" to "On" and "Monitor Technology" to "Fixed Refresh." Also, try disabling any "Low Latency Mode" or "Anti-Lag" features for this game specifically.
I get random black screen flashes for a second. Is that the same as flickering?
Yes, and it's usually a different symptom of the same root cause: presentation failure. This is often tied to the game struggling with VSync or a refresh rate mismatch. The borderless/fullscreen toggle fixes this for many. If not, using SpecialK to force a proper borderless fullscreen (Flip Model) presentation is the most reliable cure. It's less of a flicker and more of the display driver restarting its handshake with the game.
Could my monitor or cable be causing NieR Automata to flicker?
Unlikely, but possible. If the flickering only happens in NieR:Automata and every other game is fine, it's almost certainly the game/software. To rule out hardware, test with a different high-speed HDMI or DisplayPort cable. Also, try setting your monitor's refresh rate to 60Hz manually in Windows display settings if you're running higher, as the game's engine can have timing issues above 60 FPS even with mods.
I'm using mods and now I have new flickering. What do I do?
Mod conflict. Disable all mods and re-enable them one by one, testing the game after each. Start with the foundational mods (FAR or SpecialK) first. Texture mods are usually safe, but reshades or other visual overhauls can interfere. Remember, mod load order matters. Read the mod installation notes carefully—some mods require specific versions of FAR or other tools as a base.
Look, dealing with this flickering is a pain. It shouldn't be your job to fix a game you paid for. But the reality is, NieR:Automata's PC port needs a little community-assisted elbow grease to shine. The payoff—experiencing one of the best games of the last decade without visual torture—is absolutely worth the twenty minutes of troubleshooting.
Start with the simple toggles. March through the GPU settings. Don't be afraid of the FAR mod; it's not as scary as it sounds. One of these paths will lead you out of the flickering abyss and back to the beautiful, bleak, and utterly compelling world that Yoko Taro built. Now go on. The machines are waiting, and your screen should finally be stable enough to fight them.