Windows 10: Enable or Disable Disk Quotas in Windows

Discus and support Enable or Disable Disk Quotas in Windows in Windows 10 Tutorials to solve the problem; How to: Enable or Disable Disk Quotas in Windows [img] Information file system volumes, allowing administrators to control the amount of data that... Discussion in 'Windows 10 Tutorials' started by Brink, Feb 9, 2017.

  1. Brink
    Brink New Member

    Enable or Disable Disk Quotas in Windows


    How to: Enable or Disable Disk Quotas in Windows

    Enable or Disable Disk Quotas in Windows [​IMG]
    Information file system volumes, allowing administrators to control the amount of data that each user can store on a specific NTFS volume. Administrators can optionally configure the system to log an event when users are near their quota, and to deny further disk space to users who exceed their quota. Administrators can also generate reports, and use the event monitor to track quota issues.

    This tutorial will show you how to enable or disable disk quotas for specific or all NTFS volumes in Windows 7, Windows 8, and Windows 10.

    You must be signed in as an administrator to enable or disable disk quotas.

    CONTENTS:
    • Option One: Enable or Disable Disk Quotas for Specific NTFS Drive in Drive Properties
    • Option Two: Enable or Disable Disk Quotas for Specific NTFS Drive in Command Prompt
    • Option Three: Enable or Disable Disk Quotas for All NTFS Drives in Local Group Policy Editor
    • Option Four: Enable or Disable Disk Quotas for All NTFS Drives using a BAT file




    OPTION ONE [/i] Enable or Disable Disk Quotas for Specific NTFS Drive in Drive Properties
    1. Open This PC in File Explorer (Win+E).

    2. Right click or press and hold on the NTFS drive (ex: "G") you want to enable or disable disk quotas for, and click/tap on Properties. (see screenshot below)

    Enable or Disable Disk Quotas in Windows [​IMG]

    3. Click/tap on the Quota tab, and click/tap on the Show Quota Settings button. (see screenshot below)

    Enable or Disable Disk Quotas in Windows [​IMG]

    4. Do step 5 (enable) or step 6 (disable) below for what you want to do.


    5. To Enable Disk Quotas for this Drive
    A) Check the Enable disk quota management box, and click/tap on OK. (see screenshot below)

    Enable or Disable Disk Quotas in Windows [​IMG]

    B) Click/tap on OK to confirm. (see screenshot below)

    Enable or Disable Disk Quotas in Windows [​IMG]

    C) You may also want to:
    D) Click/tap on OK. (see screenshot below step 3)

    6. To Disable Disk Quotas for this Drive
    NOTE: This is the default setting.
    A) Uncheck the Enable disk quota management box, and click/tap on OK. (see screenshot below)

    Enable or Disable Disk Quotas in Windows [​IMG]

    B) Click/tap on OK to confirm. (see screenshot below)

    Enable or Disable Disk Quotas in Windows [​IMG]

    C) Click/tap on OK. (see screenshot below step 3)





    OPTION TWO [/i] Enable or Disable Disk Quotas for Specific NTFS Drive in Command Prompt
    1. Open an elevated command prompt.

    2. Do step 3 (enable) or step 4 (disable) below for what you want to do.


    3. To Enable Disk Quotas for Specific NTFS Drive
    A) Type the command below into the elevated command prompt, press Enter, and go to step 5 below. (see screenshots below)

    *Arrow fsutil quota track <drive letter>:


    Enable or Disable Disk Quotas in Windows [​IMG]
    Note Substitute <drive letter> in the command above for the the actual drive letter (ex: "G") of the NTFS volume you want to enable disk quotas for.

    For example: fsutil quota track G:

    Enable or Disable Disk Quotas in Windows [​IMG]


    4. To Disable Disk Quotas for Specific NTFS Drive
    NOTE: This is the default setting.
    A) Type the command below into the elevated command prompt, press Enter, and go to step 5 below. (see screenshots below)

    *Arrow fsutil quota disable <drive letter>:


    Enable or Disable Disk Quotas in Windows [​IMG]
    Note Substitute <drive letter> in the command above for the the actual drive letter (ex: "G") of the NTFS volume you want to disable disk quotas for.

    For example: fsutil quota disable G:

    Enable or Disable Disk Quotas in Windows [​IMG]

    5. You can now close the elevated command prompt.

    6. If you enabled disk quotas, then you may also want to:





    OPTION THREE [/i] Enable or Disable Disk Quotas for All NTFS Drives in Local Group Policy Editor

    Enable or Disable Disk Quotas in Windows [​IMG]
    Note In Windows 7, the Local Group Policy Editor will only be available in the Professional, Ultimate, and Enterprise editions.

    In Windows 8, the Local Group Policy Editor will only be available in the Pro and Enterprise editions.

    In Windows 10, the Local Group Policy Editor will only be available in the Pro, Enterprise, and Education editions.

    All editions can use Option Four below to set this same policy.

    1. Open the Local Group Policy Editor.

    2. In the left pane of Local Group Policy Editor, navigate to the location below. (see screenshot below)
    *Arrow Computer Configuration\Administrative Templates\System\Disk Quotas


    Enable or Disable Disk Quotas in Windows [​IMG]

    3. In the right pane of Disk Quotas in Local Group Policy Editor, double click/tap on the Enable disk quotas policy to edit it. (see screenshot above)

    4. Do step 5 (enable), step 6 (disable), or step 7 (not configured) below for what you would like to do.


    5. To Enable Disk Quotas for All NTFS Drives

    Enable or Disable Disk Quotas in Windows [​IMG]
    Note If you enable this policy setting, disk quota management is turned on, and users cannot turn it off using Option One or Option Two.

    A) Select (dot) Enabled, and click/tap on OK. (see screenshot below step 7)

    B) You may also want to:
    C) Go to step 8 below.

    6. To Disable Disk Quotas for All NTFS Drives

    Enable or Disable Disk Quotas in Windows [​IMG]
    Note If you disable the policy setting, disk quota management is turned off, and users cannot turn it on using Option One or Option Two.

    A) Select (dot) Disabled, click/tap on OK, and go to step 8 below. (see screenshot below step 7)

    7. To Set Disk Quotas Policy to Not Configured

    Enable or Disable Disk Quotas in Windows [​IMG]
    Note This is the default setting.

    If this policy setting is not configured, disk quota management is turned off by default, but administrators can turn it on using Option One or Option Two.

    A) Select (dot) Not Configured, click/tap on OK, and go to step 8 below. (see screenshot below step 7)


    Enable or Disable Disk Quotas in Windows [​IMG]

    8. When finished, you can close the Local Group Policy Editor if you like.





    OPTION FOUR [/i] Enable or Disable Disk Quotas for All NTFS Drives using a BAT file

    Enable or Disable Disk Quotas in Windows [​IMG]
    Note The downloadable .bat files below will change the registry key and value below.

    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\DiskQuota

    Enable DWORD

    (delete) = Not Configured (Default)
    0 = Disabled
    1 = Enabled

    1. Do step 2 (enable), step 3 (disable), or step 4 (not configured) below for what you would like to do.


    2. To Enable Disk Quotas for All NTFS Drives

    Enable or Disable Disk Quotas in Windows [​IMG]
    Note If you enable this policy setting, disk quota management is turned on, and users cannot turn it off using Option One or Option Two.

    A) Click/tap on the Download button below to download the BAT file below.
    Enable_Disk_Quota_for_all_NTFS_volumes.bat

    Download
    B) You may also want to:
    C) Go to step 5 below.

    3. To Disable Disk Quotas for All NTFS Drives

    Enable or Disable Disk Quotas in Windows [​IMG]
    Note If you disable the policy setting, disk quota management is turned off, and users cannot turn it on using Option One or Option Two.

    A) Click/tap on the Download button below to download the BAT file below, and go to step 5 below.

    Disable_Disk_Quota_for_all_NTFS_volumes.bat

    Download

    4. To Set Disk Quotas Policy to Not Configured

    Enable or Disable Disk Quotas in Windows [​IMG]
    Note This is the default setting.

    If this policy setting is not configured, disk quota management is turned off by default, but administrators can turn it on using Option One or Option Two.

    A) Click/tap on the Download button below to download the BAT file below, and go to step 5 below.

    Not_Configured_Disk_Quota_for_all_NTFS_volumes.bat

    Download
    5. Save the .bat file to your desktop.

    6. Unblock the .bat file.

    7. Right click or press and hold on the downloaded .bat file, and click/tap on Run as administrator.

    8. You will now see a command prompt open, apply the registry changes, update group policy, and automatically close.

    That's it,
    Shawn


    Related Tutorials

    :)
     
    Brink, Feb 9, 2017
    #1
  2. dalchina Win User

    Windows 10 - File Folder Quota Set - Is it possible?

    Hi, please ask him for the exact text of the message- you can then research it properly.

    See these - but these refer to a drive, not a folder:
    How to use Windows 10 disk Quota to limit user storage | Windows Central
    Enable or Disable to Enforce Disk Quota Limits in Windows | Windows 10 Tutorials
    https://www.digitalcitizen.life/simple-questions-what-are-disk-quotas-how-set-them-windows


    On another note, please encourage him to save personal data on another disk or partition- and in particular not on his desktop.

    Things can go wrong on the 6 monthly upgrades, when people lose their desktop content being allocated temporary profiles.

    And of course, back up. Disks fail. Bad things happen.
     
    dalchina, Oct 26, 2019
    #2
  3. StoyanMihov, Oct 26, 2019
    #3
  4. geotso Win User

    Enable or Disable Disk Quotas in Windows

    Can't safely remove external disk

    In reference to the steps of your suggestions:

    • The issue is specific to the particular disk and it started after I've used the disk to save the System image backup (created with the Control Panel > File History tool).
    • I didn't disable any windows Service. I'm just wondering if there is any to disable.
    • Safe boot with networking, or clean boot doesn't resolve the issue.

    Thank you.
     
    geotso, Oct 26, 2019
    #4
  5. Windows 10. Can't add new Disk Quota Entries.

    I'm unable to create new quota entrie. Some ideas. I'v already check all settings. In old build 14393.222 work fine. Downgrade is not optional.

    We are using disk quotas on domain enviroment. Evrifing was fine till one day when we realised that the quotas are not applyed per users. The screanshot is made by manual try to set new quota entrie.


    Enable or Disable Disk Quotas in Windows ed9ebb1f-b2cf-4bdc-8949-bd058553757e.png


    Windows 10 ProVersion 1607

    Build 14393.969
     
    StoyanMihov, Oct 26, 2019
    #5
  6. jimjoe Win User
    Enable or Disable Disk Write Protection in Windows  


    Hmmm... list disk doesn't see the hdd in a usb external holder. Thats the one I need to fix so its cleared of read only.

    edit: It does show under file explorer as drive E: Here is a screen shot.


    Enable or Disable Disk Quotas in Windows [​IMG]
     
    jimjoe, Oct 26, 2019
    #6
Thema:

Enable or Disable Disk Quotas in Windows

Loading...
  1. Enable or Disable Disk Quotas in Windows - Similar Threads - Enable Disable Disk

  2. How to enable a disk that was disabled

    in Windows 10 Gaming
    How to enable a disk that was disabled: Some time ago I installed a SDD in my Lenovo desktop Win10 and disabled the hard drive, and now want to use that drive to store a backup clone of my system. I don't recall the steps used to perform the disable, but I believe I utilized either disk or device management...
  3. How to enable a disk that was disabled

    in Windows 10 Software and Apps
    How to enable a disk that was disabled: Some time ago I installed a SDD in my Lenovo desktop Win10 and disabled the hard drive, and now want to use that drive to store a backup clone of my system. I don't recall the steps used to perform the disable, but I believe I utilized either disk or device management...
  4. How to enable a disk that was disabled

    in Windows 10 Drivers and Hardware
    How to enable a disk that was disabled: Some time ago I installed a SDD in my Lenovo desktop Win10 and disabled the hard drive, and now want to use that drive to store a backup clone of my system. I don't recall the steps used to perform the disable, but I believe I utilized either disk or device management...
  5. Enable Disk Quota using Disk Properties, Registry, or Group Policy Editor in Windows 10

    in Windows 10 News
    Enable Disk Quota using Disk Properties, Registry, or Group Policy Editor in Windows 10: [ATTACH]Windows 10 with multiple users puts no restriction on the amount of space one can occupy on the existing storage. This makes the whole system […] This article Enable Disk Quota using Disk Properties, Registry, or Group Policy Editor in Windows 10 first appeared on...
  6. Enable or Disable Automount of New Disks and Drives in Windows

    in Windows 10 Tutorials
    Enable or Disable Automount of New Disks and Drives in Windows: How to: Enable or Disable Automount of New Disks and Drives in Windows How to Enable or Disable Automatic Mounting of New Disks and Drives in Windows Automount is enabled by default in Windows. When enabled, Windows automatically mounts the file system for a new volume...
  7. Enable Log Event when Disk Quota Warning Level Exceeded in Windows

    in Windows 10 Tutorials
    Enable Log Event when Disk Quota Warning Level Exceeded in Windows: How to: Enable Log Event when Disk Quota Warning Level Exceeded in Windows [img] Information file system volumes, allowing administrators to control the amount of data that each user can store on a specific NTFS volume. Administrators can optionally configure the system...
  8. Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows

    in Windows 10 Tutorials
    Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows: How to: Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows [img] Information file system volumes, allowing administrators to control the amount of data that each user can store on a specific NTFS volume. Administrators can optionally configure the...
  9. Enable or Disable to Enforce Disk Quota Limits in Windows

    in Windows 10 Tutorials
    Enable or Disable to Enforce Disk Quota Limits in Windows: How to: Enable or Disable to Enforce Disk Quota Limits in Windows [img] Information file system volumes, allowing administrators to control the amount of data that each user can store on a specific NTFS volume. Administrators can optionally configure the system to log an...
  10. Enable or Disable Disk Write Protection in Windows

    in Windows 10 Tutorials
    Enable or Disable Disk Write Protection in Windows: How to: Enable or Disable Disk Write Protection in Windows How to Enable or Disable Write Protection for a Disk Drive in Windows Write protection (read-only) on a disk prevents the contents on the disk from being changed. There are many reasons for how a disk is...

Users found this page by searching for:

  1. Not Enough Quota insider

    ,
  2. disable disk quota bat