Unsupported C++ 2009- 2013

Paguirigan, Christian 20 Reputation points
2026-08-26T14:00:08.76+00:00

 Can you confirm that the listed software and versions are no longer supported and can be safely uninstalled?

Thanks!

Name of Software/Application/OS/Firmware Current Installed Version
Microsoft Visual C++  Compilers 2010 Standard - enu - x64 10.0.30319
Microsoft Visual C++  Compilers 2010 Standard - enu - x86 10.0.30319
Microsoft Visual C++ 2005 Redistributable - KB2467175 8.0.51011
Microsoft Visual C++ 2010  x64 Redistributable - 10.0.40219 10.0.40219
Microsoft Visual C++ 2010  x86 Redistributable - 10.0.40219 10.0.40219
Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.61030 11.0.61030.0
Microsoft Visual C++ 2012 Redistributable (x86) - 11.0.60610 11.0.60610.1
Microsoft Visual C++ 2012 x64 Additional Runtime - 11.0.61030 11.0.61030
Microsoft Visual C++ 2012 x64 Minimum Runtime - 11.0.61030 11.0.61030
Microsoft Visual C++ 2012 x86 Additional Runtime - 11.0.60610 11.0.60610
Microsoft Visual C++ 2012 x86 Minimum Runtime - 11.0.60610 11.0.60610
Microsoft Visual C++ 2013 Redistributable (x86) - 12.0.30501 12.0.30501.0
Microsoft Visual C++ 2013 Redistributable (x86) - 12.0.40649 12.0.40649.5
Microsoft Visual C++ 2013 Redistributable (x86) - 12.0.40664 12.0.40664.0
Microsoft Visual C++ 2013 x86 Additional Runtime - 12.0.40649 12.0.40649
Microsoft Visual C++ 2013 x86 Additional Runtime - 12.0.40664 12.0.40664
Microsoft Visual C++ 2013 x86 Minimum Runtime - 12.0.40649 12.0.40649
Microsoft Visual C++ 2013 x86 Minimum Runtime - 12.0.40664 12.0.40664
Visual C++ 2012 RTM Runtime Library DLLs (x64/release) 11.0.50727.1
Visual C++ 9.0 SP1+KB971092 Runtime DLLs (x64/release) 9.0.30729.4148
Windows for business | Windows Server | Devices and deployment | System management components
0 comments No comments

1 answer

Sort by: Most helpful
  1. Allan Solomon Mejia 6,240 Reputation points
    2026-08-26T21:54:09.3833333+00:00

    Hello @Paguirigan, Christian

    Yes, most of the Visual C++ versions you've listed are out of Microsoft support, but I would not conclude that they can therefore be safely uninstalled.

    Microsoft's current lifecycle documentation lists:

    • Visual C++ 2005 (v8) - support ended April 12, 2016
    • Visual C++ 2008 (v9) - support ended April 10, 2018
    • Visual C++ 2010 (v10) - support ended July 14, 2020
    • Visual C++ 2012 (v11) - support ended January 10, 2023
    • Visual C++ 2013 (v12) - support ended April 9, 2024

    However, Visual C++ Redistributables are application runtime dependencies. An application compiled against VC++ 2010, 2012 or 2013 may still require that specific runtime even if a newer Visual C++ Redistributable is installed.

    In particular, the current Visual C++ 2015+ Redistributable is binary-compatible with applications built using the Visual Studio 2015 and later v14 toolsets. That compatibility does not mean it replaces VC++ 2005/2008/2010/2012/2013 runtimes.

    Therefore, I would not bulk-uninstall these packages from production servers based only on their support status.

    Microsoft specifically recommends identifying which applications are using an out-of-support runtime before removing it. Microsoft documents NTFS file auditing as one method for determining applications that still depend on legacy Visual C++ Redistributables.

    Also note that Microsoft continues to support some legacy runtimes when they're dependencies of specific supported Microsoft products. For example, Microsoft documents VC++ 2012/2013 dependencies for certain System Center products.

    For the duplicate VC++ 2013 entries, 12.0.40664.0 is the latest available VC++ 2013 Redistributable, but don't remove the other entries until you've confirmed that no installed application depends on them.

    My recommendation would be:

    Inventory application dependencies → identify the software that installed/uses each runtime → upgrade or remediate those applications → remove the legacy runtime only after dependency testing.

    If these are production servers, test the removal on a representative non-production system first.

    Microsoft References:

    Microsoft C++ Build Tools, Redistributable and runtime lifecycle FAQ

    Latest supported Visual C++ Redistributable downloads

    Visual Studio 2013 lifecycle

    Please "Accept the Answer" if this information helped you. This will help us and others in the community.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.