How To Fix Vanguard Out Of Compliance

People are currently reading this guide.

Of course! Here is a lengthy and detailed guide on how to fix the "Vanguard out of compliance" error.

Is your game refusing to launch? Are you seeing a message that says, "This build of Vanguard is out of compliance with current system settings"?

Don't worry, you're not alone. This is a common issue for many Valorant players, and while it can be frustrating, it's usually fixable. Riot's anti-cheat system, Vanguard, is designed to maintain a fair and secure gaming environment, and sometimes it can be a bit too strict, flagging legitimate system configurations as non-compliant.

The "out of compliance" error (often accompanied by error codes like VAN9001 or VAN9003) typically arises because of issues with your system's security settings, such as Secure Boot, TPM 2.0, or a conflict with other software. This guide will walk you through the necessary steps to get your system back in compliance and get you back into the game!

Let's dive in and fix this together, step by step.


How To Fix Vanguard Out Of Compliance
How To Fix Vanguard Out Of Compliance

Step 1: The Initial Checks & Simple Fixes

Before we get into more technical BIOS settings, let's start with the basics. It's surprising how often a simple restart or update can resolve a complex-looking issue.

Sub-heading: Update Your Windows Operating System

QuickTip: The more attention, the more retention.Help reference icon

An outdated Windows version is a very common cause of compatibility issues with Vanguard. Ensuring your system is up-to-date should always be your first course of action.

  • Press the Windows key + I to open the Settings menu.

  • Navigate to Update & Security (or Windows Update on Windows 11).

  • Click on Check for updates.

  • Download and install any available updates.

  • Restart your PC after the updates are installed.

Sub-heading: Repair Valorant Game Files

Corrupt or missing game files can also trigger this error. The Riot client has a built-in repair tool that can help.

  • Open the Riot Client (the launcher you use to open Valorant).

  • Click on your profile icon in the top-right corner and select Settings.

  • Navigate to the Valorant section.

  • Click on the "Repair" button.

  • Let the client scan and fix any corrupt files. This may take some time.

  • Once complete, try launching the game again.

Sub-heading: Run Valorant as an Administrator and in Compatibility Mode

The article you are reading
InsightDetails
TitleHow To Fix Vanguard Out Of Compliance
Word Count1791
Content QualityIn-Depth
Reading Time9 min

Sometimes, giving the game elevated permissions can resolve conflicts.

  • Right-click the Valorant shortcut on your desktop.

  • Select Properties.

  • Go to the Compatibility tab.

  • Check the box for "Run this program as an administrator".

  • Optional but recommended: You can also try checking the box for "Run this program in compatibility mode for" and select Windows 8 from the dropdown menu. This has been a successful fix for some users.

  • Click Apply and then OK.


Step 2: Delving into Your BIOS/UEFI Settings

If the simple fixes didn't work, the issue is almost certainly related to your BIOS/UEFI settings. This step requires careful attention. Incorrectly configuring your BIOS settings can cause issues with your computer, including preventing it from starting up. If you are not comfortable navigating your BIOS, it is highly recommended you seek assistance from someone experienced.

The primary culprits here are Secure Boot and TPM 2.0. Vanguard requires these security features to be enabled on your system to run.

Tip: A slow, careful read can save re-reading later.Help reference icon

Sub-heading: Accessing Your BIOS/UEFI

  • Restart your computer.

  • As your computer boots up, repeatedly press the key to enter your BIOS/UEFI. This key varies depending on your motherboard manufacturer. It is commonly one of the following: F2, F10, F12, or Delete. Check your motherboard's manual or look for a prompt on the screen during startup.

  • Once you are in the BIOS, you may be in a "Simple Mode" or "EZ Mode." Look for an option to switch to "Advanced Mode" (often by pressing F7 or another function key).

Sub-heading: Enabling Secure Boot

Secure Boot ensures that your PC boots using only software trusted by the manufacturer.

  • In the BIOS/UEFI, navigate to the Boot or Security tab.

  • Look for the "Secure Boot" option.

  • If it is disabled, change the setting to "Enabled".

  • Important Note: If you don't see the Secure Boot option, you might need to change your BIOS mode from Legacy to UEFI first. We'll cover that in the next section.

  • On some motherboards (like MSI), you may need to change the Secure Boot Mode from "Standard" to "Custom" and then back to "Standard" to enable it.

  • Save your changes and exit the BIOS. Your computer will restart.

Sub-heading: Enabling TPM 2.0 (Trusted Platform Module)

TPM 2.0 is a security chip that provides hardware-based security functions. Vanguard relies on it.

  • In the BIOS/UEFI, navigate to the Security or Advanced tab.

  • Look for a setting related to "Trusted Computing", "fTPM" (for AMD CPUs), or "Intel Platform Trust Technology (PTT)" (for Intel CPUs).

  • Ensure that the option is set to "Enabled".

  • Save your changes and exit the BIOS.

Sub-heading: Converting Your Boot Drive from MBR to GPT and Switching to UEFI

This is a critical step if your BIOS is in Legacy mode. Secure Boot and TPM 2.0 require your system to be in UEFI mode and your boot drive to use the GPT partition style. Converting your drive can be risky. Back up your data before proceeding.

  1. Check your current BIOS mode and partition style:

    How To Fix Vanguard Out Of Compliance Image 2
    • Press Windows key + R, type msinfo32, and press Enter.

    • Check "BIOS Mode" and "Secure Boot State". If "BIOS Mode" is Legacy, you need to convert your drive.

    • Press Windows key + R, type diskmgmt.msc, and press Enter.

    • Right-click on your OS drive (usually Disk 0), go to Properties, and then the Volumes tab.

    • Look at "Partition style." If it's MBR (Master Boot Record), you need to convert it to GPT (GUID Partition Table).

  2. Convert MBR to GPT using mbr2gpt:

    • Open Command Prompt as an administrator.

    • Type the following command and press Enter: mbr2gpt /validate /allowFullOS

    • If the validation is successful, you will see a message saying "Validation completed successfully."

    • Now, type the following command and press Enter: mbr2gpt /convert /allowFullOS

    • The conversion process will begin. Once it's finished, you can proceed to the next step.

  3. Switch BIOS Mode to UEFI:

    • Restart your computer and enter the BIOS/UEFI settings (as described above).

    • Navigate to the Boot tab.

    • Change the "Boot Mode" or "BIOS Mode" from Legacy to "UEFI".

    • Save and exit. Your PC should now boot in UEFI mode.


Step 3: Checking for Other Potential Conflicts

QuickTip: Scroll back if you lose track.Help reference icon

If the above steps haven't solved the problem, you may have a software conflict.

Sub-heading: Disable Virtualization-Based Security (VBS) / Core Isolation

Some users have found that VBS can interfere with Vanguard.

  • Open the Windows Start menu and go to Settings.

  • Navigate to Update & Security > Windows Security > Device Security.

  • Under "Core isolation," find "Memory integrity".

  • Toggle the switch to Off.

  • Restart your system when prompted.

Sub-heading: Reinstall Vanguard and Valorant

Content Highlights
Factor Details
Related Posts Linked27
Reference and Sources5
Video Embeds3
Reading LevelEasy
Content Type Guide

If all else fails, a clean reinstallation can solve corrupted files or configuration issues.

  • Open Control Panel or Settings > Apps > Apps & features.

  • Find Riot Vanguard and Valorant in the list.

  • Uninstall both programs.

  • Important: You may need to manually delete the Riot Vanguard folder from your Program Files directory as well.

  • Restart your PC.

  • Download and reinstall Valorant from the official website. This will automatically install Vanguard.


Frequently Asked Questions

Frequently Asked Questions (FAQs)

How to check if my BIOS is in UEFI or Legacy mode?

  • Press Windows key + R, type msinfo32, and press Enter. Look for the "BIOS Mode" entry. It will state either "UEFI" or "Legacy."

How to find Secure Boot in my BIOS?

QuickTip: Pay attention to first and last sentences.Help reference icon
  • The location varies by motherboard. Look under the "Boot," "Security," or "Advanced" tabs. Sometimes it's a sub-menu under "Boot Options" or "UEFI/Legacy Boot."

How to check if TPM 2.0 is enabled?

  • Press Windows key + R, type tpm.msc, and press Enter. A window will open showing the status of your Trusted Platform Module. It should say "The TPM is ready for use."

How to fix the "Secure Boot State: Inactive" message in msinfo32?

  • This means Secure Boot is not enabled. Follow the steps in "Step 2: Enabling Secure Boot" to activate it in your BIOS.

How to know if my C drive is MBR or GPT?

  • Open Disk Management (diskmgmt.msc), right-click on your OS drive, go to "Properties," and then the "Volumes" tab. The "Partition style" will be listed as either "Master Boot Record (MBR)" or "GUID Partition Table (GPT)."

How to disable VBS/Core Isolation?

  • Go to Settings > Update & Security > Windows Security > Device Security > Core isolation. Toggle off "Memory integrity."

How to repair Valorant game files?

  • Open the Riot Client, go to Settings > Valorant, and click the "Repair" button.

How to contact Riot Support for more help?

  • If you've tried all the steps and are still facing the issue, you can submit a support ticket on the official Riot Games support website. They can provide more personalized assistance based on your system's logs.

How to update my motherboard's BIOS?

  • Updating your BIOS is an advanced process. Visit your motherboard manufacturer's website (e.g., ASUS, MSI, Gigabyte, ASRock) and find the support page for your specific motherboard model. Follow their instructions carefully to download and install the latest BIOS update.

How to reinstall Riot Vanguard and Valorant?

  • Go to Settings > Apps > Apps & features and uninstall both programs. Restart your PC, and then download the game installer from the official Valorant website.

How To Fix Vanguard Out Of Compliance Image 3
Quick References
TitleDescription
cfainstitute.orghttps://www.cfainstitute.org
marketwatch.comhttps://www.marketwatch.com
cnbc.comhttps://www.cnbc.com
morningstar.comhttps://www.morningstar.com
sec.govhttps://www.sec.gov

hows.tech

You have our undying gratitude for your visit!