Error 2013 - Disk Is At Or Near Capacity

Last reviewed: May 14, 1997
Article ID: Q112509
The information in this article applies to:
  • Microsoft Windows NT operating system version 3.1
  • Microsoft Windows NT Advanced Server version 3.1

SUMMARY

By default, Event Viewer may report Event ID 2013 if a partition has 10 percent or less disk space available. Event ID 2013 says the following:

   The disk is at or near capacity. You may need to delete some files.

MORE INFORMATION

You can change the DiskSpaceThreshold value to alter the percentage of free disk space available before an alert is logged. The registry parameter is defined as follows:

   Value: DiskSpaceThreshold     REG_DWORD
   Range: 0 to 99 percent
   Default: 10 percent
   Description: Specifies the percentage of free disk space remaining
                before an alert is sent.

To modify the DiskSpaceThreshold value, perform the following steps.

WARNING: Using Registry Editor incorrectly can cause serious, system-wide

   problems that may require you to reinstall Windows NT to correct them.
   Microsoft cannot guarantee that any problems resulting from the use of
   Registry Editor can be solved. Use this tool at your own risk.

  • Start REGEDT32.EXE.

  • Select the following path:

         HKEY_LOCAL_MACHINE
         \SYSTEM
    
              \CurrentControlSet
                   \Services
                        \LanmanServer
                             \Parameters
    
    

  • From the Edit menu, choose Add Value.

  • Enter "DiskSpaceThreshold" (without the quotation marks) in the Value Name field.

  • Change the Data Type to REG_DWORD.

  • Enter the desired percentage value in the Data field.

  • Shut down and restart Windows NT.

    For more information on alert logging see the Windows NT Resource Kit Volume One.


  • Additional query words: prodnt
    Keywords : kbtool ntutil
    Version : 3.1
    Platform : WINDOWS


    THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

    Last reviewed: May 14, 1997
    © 1998 Microsoft Corporation. All rights reserved. Terms of Use.