How to Get Your Old Discord UI Back (Complete Guide 2026)

Row UI

January 23, 2026

How to Get Your Old Discord UI Back (Complete Guide 2026)

Discord has redesigned its interface multiple times, and if you are reading this in January 2026, you have probably noticed the new layout, spacing, and visual changes. Many users feel the new design looks oversized, awkward, or harder to navigate. Unfortunately, Discord does not provide any official option to revert to the classic interface.

This means restoring the old Discord look requires third party tools or custom styling. This guide explains every reliable method currently available, including Vencord, custom CSS themes, and advanced tweaks.

Why Discord Does Not Offer an Official Revert Option

Discord rolls out interface updates globally without allowing users to opt out. Older versions briefly included a toggle to disable the new layout, but this option was removed in later updates.

Because of this, users rely on community driven solutions such as:

Vencord with plugins
Custom CSS themes like OldCord and AltCord
Developer console scripts

Important note: These methods are unofficial and may violate Discord’s Terms of Service. The risk is usually small, but it exists.

Option 1 Using Vencord (Best Desktop Method)

Vencord is a popular Discord modification framework that allows plugins and custom styling.

Step by Step Vencord Setup

  1. Download and install Vencord from the official website. Select your Discord client such as Stable, Canary, or PTB.
  2. Launch Discord and open User Settings. A new Vencord tab should appear.
  3. Go to Vencord settings and open Plugins.
  4. Enable the Experiments plugin.
  5. Restart Discord to apply changes.

Attempt to Disable the New UI

After restart:

  1. Open Settings
  2. Navigate to Experiments
  3. Look for Desktop Visual Refresh
  4. Set it to a non active or control state

If this option is missing, Discord has fully removed it in your version. In that case, move to theme based solutions.

Option 2 Using CSS Themes to Mimic Old Discord

When UI toggles are unavailable, themes are the most effective solution. These themes do not truly revert Discord internally, but they visually restore spacing, colors, and layout close to older versions.

OldCord Theme

OldCord is designed to resemble the classic Discord interface from earlier years.

How to apply OldCord using Vencord:

  1. Open Discord settings
  2. Go to Themes
  3. Open the theme folder
  4. Paste the following CSS link into a new theme file

https://milbits.github.io/oldcord/src/main.css

  1. Enable the theme in settings

This restores classic spacing, server list appearance, and overall layout.

AltCord Theme

AltCord focuses on restoring the older server list design and removing newer UI effects.

Steps using Vencord QuickCSS:

  1. Go to Vencord settings
  2. Open QuickCSS
  3. Paste the following

@import url(“https://wihal.github.io/altcord/altcord.theme.css“);

  1. Restart Discord

AltCord provides a more compact and familiar layout.

Restoring the Old Discord Font (Optional)

If you prefer the original font style, you can add this CSS as well:

@import url(“https://cdn.jsdelivr.net/gh/Overimagine1/old-discord-font/source.css“);

Paste it into QuickCSS or your theme file.

Option 3 Developer Console Scripts (Advanced Users)

This approach is unstable and recommended only for experienced users.

Steps:

  1. Open Discord desktop or web
  2. Press Ctrl Shift I or F12
  3. Open the Console tab
  4. Paste UI modification scripts from trusted GitHub sources

These scripts rely on internal class names and often stop working after updates. Use with caution.

Adjusting UI Size and Spacing Using Official Settings

Discord provides limited official controls:

Zoom level in Appearance settings
Accessibility options for text size

These do not restore the old UI but can reduce oversized elements.

For precise control over spacing, fonts, and layout, custom CSS remains the best option.

Risks and Important Considerations

Terms of Service
Using Vencord or similar tools is against Discord policy. While bans are rare, they are possible.

Security
Only use well known community sources. Avoid random downloads.

Updates
Discord updates frequently break themes and scripts. Expect to reapply or update your setup.

Final Thoughts

Discord no longer offers an official way to undo interface updates. However, using Vencord, classic themes like OldCord or AltCord, and custom CSS tweaks, you can closely recreate the old Discord experience.

Always balance customization with stability and account safety. Back up your settings and stay informed through trusted community sources.

Leave a Comment