This article was reviewed by Stan Kats and by wikiHow staff writer, Hannah Dillon. Stan Kats is a Professional Technologist and the COO and Chief Technologist for The STG IT Consulting Group in West Hollywood, California. Stan provides comprehensive technology solutions to businesses through managed IT services, and for individuals through his consumer service business, Stan's Tech Garage. Stan holds a BA in International Relations from The University of Southern California. He began his career working in the Fortune 500 IT world. Stan founded his companies to offer an enterprise-level of expertise for small businesses and individuals.
This article has been fact-checked, ensuring the accuracy of any cited facts and confirming the authority of its sources.
This article has been viewed 2,433 times.
HypeSquad was a Discord feature that let you join a "house," granting access to a house-only secret newsletter, special squad challenges, and a HypeSquad badge on your profile. However, since Discord quietly removed HypeSquad in late 2025, users now want to know if they can remove their HypeSquad badge. In this article, we'll go over why HypeSquad badges can't be removed from your profile, as well as an unofficial method on how to get rid of the badge. Read on to learn more.
Removing HypeSquad Badges in Discord
There's no official way to remove a HypeSquad badge since Discord removed the HypeSquad page in Settings. The only way to get an account without a HypeSquad badge is to create a new one. There is a way to remove the badge using the Discord developer console, but this method is risky and may not work.
Steps
Using Developer Tools (Unofficial)
-
Understand this method's caveats. This method is not an official Discord-approved method. As such, this method may not work for you, and it may lead to other issues with your account. It's best to use this method only if you already know how to use Discord's developer tools.
-
Get your authorization token. To do this, follow these steps:
- Open Discord on the web and log in.
- Press Ctrl+⇧ Shift+I (Windows)/⌘ Cmd+⌥ Opt+C (Mac) to open the developer console.
- Open the Network tab at the top of the console.
- Send a message in any Discord channel.
- Click on messages in the left-hand sidebar under the "Name" header.
- Scroll down until you see the "Authorization" label. It's under the "Request Headers" section.
- Copy the value next to the "Authorization" label and save it for later.
-
Enable Developer Mode in Discord. Open your app settings and click Advanced in the left-hand sidebar. Then, toggle on "Developer Mode."
-
Open your Discord config file. The location of this file varies depending on what operating system you're using:[2]
- Windows: %appdata%\roaming\discord
- Mac: /Library/Application Support/discord
- Linux: /.config/discord
-
Open the settings.json file. You'll need to open this with a text editor like Notepad or TextEdit, or an IDE like VSCode or Notepad++.
-
Add the setting to enable the developer console. To do this, you'll need to add a line to the bottom of the list of settings in the .json file. Here's how to do it:
- Make a new line after the last setting but before the closing bracket.
- Paste "DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true. Make sure to include the leading spaces.
- Add a comma after the setting directly above the line you just pasted. It should look like "IS_MINIMIZED": false,.
- Save the file by pressing Ctrl+S or Cmd.
-
Close Discord completely. Closing the window isn't sufficient. You'll need to end the task in Task Manager, or force quit the app.
-
Open Discord and immediately open the developer console. To do this, press Ctrl+⇧ Shift+I (Windows)/⌘ Cmd+⌥ Opt+C (Mac). You must do this right when Discord is starting up, or the developer console won't open. If you've done it correctly, you'll see a developer panel pull up on the right side of the window.
- If you can't get the console to show up in the Discord desktop app, you can also do the rest of the steps while being signed in to Discord in your web browser.
-
Click the Console tab. At the top of the developer panel, you'll see a tab that says Console.
-
Send the code to delete the HypeSquad badge. Copy and paste the code below into the console, then replace the text that says [token] with the authorization token you copied earlier. Once you've added your authorization token, send the command to the console.
fetch("https://discord.com/api/v9/hypesquad/online", { Method: "DELETE", headers: { "Authorization": "[token]" } });
-
Check your profile to make sure the badge has been deleted. If the badge is still there, try the steps above again. If the badge still doesn't go away after trying again, you likely won't be able to remove it this way, and you'll have to wait to see if Discord offers a way to remove it without using the API or developer console.[3]













