Hollow Knight Textures Blurry and Pixelated: How to FIX

Hollow Knight Textures Blurry and Pixelated: Before diving into fixes, it helps to know what causes texture/blurriness issues in games like Hollow Knight:

  • Low resolution / scaling — If the game is rendering at a lower internal resolution and then scaling up, textures get soft.

  • Texture filtering / anisotropic filtering disabled or low — Affine texture filtering (bilinear/trilinear) can blur textures at oblique angles, while anisotropic filtering (AF) sharpens them.

  • Post-processing / blur effects / depth of field — Some visual effects (blur, vignette, motion blur) may soften textures intentionally.

  • Mipmap / LOD / streaming — Textures often use mipmaps: lower-resolution versions for distance. If wrong mipmap LOD is used, distant textures may look overly blurred.

  • GPU memory / VRAM limitations — If the GPU is constrained, it may stream lower-quality textures or degrade detail.

  • Display / monitor scaling / DPI / Windows scaling — Windows or monitor scaling may blur the image if not handled cleanly.

  • Mods / shader overlays / filters — If you are using mods or ReShade-style filters, they may introduce blur or softening.

  • Game engine / patch / default config — Some games ship with blur or “film grain” effects by default. Also, game patches sometimes include fixes for texture blurring. E.g., a recent Confronted patch notes mention “reduced / prevented blurry textures on level loads.” SteamDB

On Hollow Knight forums, players also mention a “Blur Quality” setting in the Video menu — although whether that affects gameplay textures or just menu backgrounds is debated. Steam Community+1

Given all this, we’ll now go through a systematic approach to diagnosing and fixing blurry / pixelated textures.


Step-by-Step Fixes & Tweaks

Here’s a structured checklist. Go through each step and test whether the sharpness improves.

1. Verify Game Files & Use Clean Base

Start from a clean “vanilla” state:

  • On Steam: right-click Hollow Knight → Properties → Local Files → Verify integrity of game files.

  • If you have overwritten textures or modded assets, remove or disable modded versions.

  • Restart the game in its default configuration (no mods, no overlays) to see baseline sharpness.

If the textures look sharp in vanilla, the issue likely lies with mods or custom settings.


2. Check In-Game Settings & Blur / Post-Effects

Hollow Knight has limited graphical settings, but a few are relevant:

  • Blur Quality: In the Video settings, you may see “Blur Quality.” Some users report it affects background blur (menu / UI) more than in-game texture clarity. Steam Community+1

    • Try toggling it (Low / Medium / High) and see whether scene backgrounds change.

  • Disable or reduce any post-processing effects (if any are available via mod or patch).

  • If your mod tools or graphic-enhancing mods include blur / film grain / depth effects, disable them.

There is a community mod on GitHub called NoBlur that removes in-game blur effects. You might try using it (if you are on PC and using mod capabilities). GitHub


3. Enable / Increase Anisotropic Filtering / Texture Filtering

If the game engine supports it (or via your GPU control panel), force anisotropic filtering:

  • In your GPU control panel (NVIDIA Control Panel, AMD Radeon Settings, Intel Graphics), under 3D / Application Profile for Hollow Knight:

    • Set Anisotropic Filtering to 8× or 16×.

    • Override the game’s texture filtering to “Application-controlled” or “High Quality”.

Anisotropic filtering helps sharpen textures especially on slanted surfaces. Without it, textures can become mushy when viewed at an angle. (General graphics principle) Wikipedia

  • If Hollow Knight’s config file allows editing texture filtering, set it to anisotropic / high.


4. Disable Scaling / Override / DPI / Windows / Monitor Settings

Sometimes Windows or monitor scaling introduces blur:

  • Right-click on Hollow Knight executable → Properties → Compatibility → Check “Disable display scaling on high DPI settings” (or “Override high DPI scaling behavior → Application”).

  • Make sure your monitor is set to its native resolution at the operating system level (Windows display settings).

  • Ensure display scaling (100%) in Windows (i.e. not 125%, 150%, etc.), especially if you have a high-DPI screen.

  • If your monitor has built-in scaling or “image enhancement / sharpness / smoothing” features, disable them or set to “1:1 / no scaling”.


5. Adjust or Remove Mods / Shaders / Post-Processing Filters

Mods or ReShade-style overlays can introduce blur, bloom, or softness:

  • If you have a Graphics Options mod, ReShade, SweetFX, or similar, disable film grain, vignette, blur, or depth-of-field effects.

  • Some players reported a “weird grainy filter” on Hollow Knight UI and used a Graphic Options mod to disable film grain, resolving blurriness. Reddit

  • Use a minimal mod setup and test whether textures sharpen.


6. Edit Config Files / INI / Config for Sharp Rendering

If Hollow Knight includes a Config.ini or similar file (e.g. under hollow_knight_Data\Config.ini), you can tweak settings:

  • Locate the [VideoSettings] section.

  • Check if there’s any post-processing, blur, bloom, or motion blur keys, and set them to false or 0.

  • Check if there’s a FrameRateCap or other rendering cap — sometimes limiting framerate affects rendering quality. PCGamingWiki

  • Save and launch the game to test.

Note: Backup the config before editing.


7. Update Graphics Drivers & Game Patches

  • Ensure your GPU drivers (NVIDIA, AMD, Intel) are fully updated (clean install recommended).

  • Ensure Hollow Knight is fully updated — some patches mention fixes for blurry textures. For example, a recent Confronted patch includes “reduced/prevented blurry textures on level loads.” SteamDB

  • After driver update, reboot and retest.


8. Consider Resolution / Scaling / Internal Render Size

If the game is scaling internally:

  • Try running at a higher resolution (native or above) if your hardware allows — rendering at or above native helps reduce blur.

  • If there is a setting for Internal resolution / scaling factor / screen percentage, set it to 100% — some games default to 80% or dynamic resolution, which can blur textures.

  • Use full or borderless window modes carefully — sometimes switching modes resets scaling behaviors.


9. Test on a Secondary Display / Monitor

To isolate whether the issue is with your monitor:

  • Connect another monitor (if possible) and test the game there.

  • If textures appear crisper on the other monitor, the issue is on display/monitor side.

  • Swap cables (HDMI, DisplayPort) — sometimes inferior cables or compression produce blur.


10. Advanced: Use Mods / Patches / Community Fixes

For more control, especially on PC:

  • Use NoBlur mod (if supported) to strip blur effects. GitHub

  • Use a Graphics Options mod (if one exists) to disable film grain, depth blur, etc.

  • Use a ReShade / sharpening filter — e.g. sharpen or contrast filters can counteract softness.

  • Combine mod fixes with internal config tweaks for best result.

Borderlands 4 Textures Blurry and Pixelated: How to FIX

Ghost of Yotei Textures Blurry and Pixelated: How to FIX

Fortnite Textures Blurry and Pixelated: How to FIX


Quick Summary / Checklist

Here’s a quick “sharpen textures” checklist:

  1. Verify game files / run vanilla

  2. Toggle Blur Quality / disable post-effects

  3. Enable anisotropic filtering / high texture filtering

  4. Disable Windows / DPI / monitor scaling

  5. Disable mod-induced blur or shader filters

  6. Tweak config / INI to disable blur / post effects

  7. Update GPU drivers & game

  8. Ensure internal resolution / scaling is 100%

  9. Test alternate display / cable

  10. Use community mods & filters (NoBlur, sharpen)


Expected Results & Limitations

  • You should see noticeably crisper textures, especially on background scenery and slanted surfaces.

  • Some blurriness on distant textures (due to mipmaps) is normal.

  • If your GPU is weak, forcing many filters or full resolution may reduce performance — balance sharpness vs FPS.

  • On console or platforms without mod support, many of these fixes won’t be possible — your best bet is checking display settings or patches.


FAQs (Frequently Asked Questions)

Q1. Why do textures look fine in some areas but blurry in others?
A: This is likely mipmapping. When objects are distant or at an angle, lower-resolution mipmap versions of textures are used, causing softness. Also, anisotropic filtering improves clarity at angles; if it’s off, textures appear blurry on slanted surfaces.


Q2. Does the “Blur Quality” setting affect everything?
A: Many users report that Blur Quality seems mostly to affect UI / background blur rather than core textures. Steam Community+1 It may not fully solve blurry gameplay textures.


Q3. Can my GPU cause textures to be blurry?
A: Yes. If your GPU is memory-limited (VRAM), it may stream lower-quality textures or fail to load higher-resolution ones, resulting in softer visuals. Also, outdated drivers may degrade rendering fidelity.


Q4. Will sharpening filters (ReShade, etc.) help?
A: Yes, they can help counter softness. But they may introduce artifacts (haloing) when overused. Use gentle sharpening or contrast-based filters.


Q5. After updating the game or mods, texture sharpness worsened. What now?
A: Game or mod updates may re-enable blur settings or override your tweaks. After an update:

  • Re-verify game files

  • Re-apply mod fixes (NoBlur, etc.)

  • Re-tweak config files

  • Re-run GPU control panel settings (AF, filtering)


Q6. Can I fix it on consoles / Switch / handheld versions?
A: Unfortunately most of the tweaks (config editing, GPU driver control, mods) are PC-specific. On consoles, you’re limited to display settings (if available) or patches released by the developer. Some players on PC or Deck reported blurry / foggy visuals by default. Reddit


Q7. How do I disable film grain / blur in Hollow Knight?
A: You can try:

  • Using a NoBlur mod to remove built-in blur. GitHub

  • Disabling blur and post effects via config / INI tweaks (if available).

  • Disabling post-processing shaders in mod setup or graphics overlays.


Q8. After all fixes, textures still look soft — is that unavoidable?
A: Some softness is inherent: mipmaps, distant texture LOD levels, or art style choices. Also, if your monitor isn’t sharp or uses smoothing scaling, you may never get ultra-crisp visuals. But you should see a noticeable improvement with the above methods.

Leave a Comment