Fusion

 View Only
Expand all | Collapse all

vmware-vmx high cpu usage causing Mac to heat up constantly

sergiovemic

sergiovemicJun 20, 2019 08:30 AM

  • 1.  vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Jul 05, 2018 07:28 PM

    MacBook Pro Retina:

    • Model Name: MacBook Pro
    • Model Identifier: MacBookPro11,4
    • Processor Name: Intel Core i7
    • Processor Speed: 2.5 GHz
    • Number of Processors: 1
    • Total Number of Cores: 4
    • L2 Cache (per Core): 256 KB
    • L3 Cache: 6 MB
    • Memory: 16 GB

    VMWare Fusion Professional Version 8.5.10 (7527438)

    When I power-on the VM, MacBook fan starts to run very noisy and get machine hot. I've seen in Activity Monitor that a process "vmware-vmx" is hanging a lot of CPU (about 100-150% at any time).

    I got a Windows 10 Enterprise VM with dedicated/allocated 2 cores and 8GB RAM. I power-on the virtual machine and min later the fans are running very fast and Activity Monitor shows that vmware-vmx is using +100% CPU.

    I've tried to play with the resources, turn off accelerate 3D graphics but no result. What can I do to troubleshoot and how do I get to the root cause. This issue was not even noticeable a year ago but not sure what changed to all the sudden heat up and run high CPU.

    Help please!



  • 2.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Jul 06, 2018 08:28 AM

    Hi,

    Welcome at the VMware communities forum.

    If the vmx process is consuming 100% CPU then usually it is something within the VM that consumes that CPU.

    When the VM runs can you take a look at Windows task manager and in the "details" tab check which process is consuming most CPU?

    --

    Wil



  • 3.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Nov 24, 2018 05:40 PM

    I'm getting the same issue.  It's happened twice now where the VMware-vmx consumes 100%++ cpu.  The VM is actually booting at this time and is using 100%. Windows 10 desktop with nothing much in the way of apps running.



  • 4.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Dec 05, 2018 10:22 PM

    I'm seeing this as well. Windows 10 VM is at maximum 1 to 2% CPU utilization, yet the Macbook Pro is showing vmware-vmx comsuming 40 to 70+% CPU and making the computer hot enough to cook bacon on.



  • 5.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Dec 06, 2018 08:39 PM

    Hi StevenMBrown,

    One thing to try is to reduce the total CPU core count if it is higher as 1.

    --

    Wil



  • 6.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Jan 08, 2019 07:28 AM

    I have a 2.5 GHz i7 2015 15" MBP and have the exact same issue. It used to happen on my previous 2.4 GHz 2015 15" MBP as well.

    This is a long standing issue. I have been facing this issue since 2015 and have upgrade from VMWare 8.x to 10.x (10.1.5 to be precise) but the issue has not been addressed.

    Even when I have low CPU usage on the Windows side, VMWare still causes the fans to rev up.

    The machine runs so hot that after about 5 minutes it becomes hard to type on and the fan noise starts to drive me crazy. It's okay if I want to quickly check something in Windows for 5-10 minutes, but it's almost unusable for longer period.

    Now I'm going to start working on a new project where I'll probably spend more about 50% of my time on the Windows side, and with this issue it's not going to work for me.

    Is there any solution to this?



  • 7.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Jan 22, 2019 08:20 PM

    Same problem here.  Upgraded my Fusion 8 to Fusion 11.0.2 on Mojave. Client OS is Windows 7.  Windows 7 sits idle but vmware-vmx on my Mac goes through bursts of CPU ranging from 100% to 300%+.  I can try limiting the processor count to 1 (currently at 4) but that seems like a workaround, not a solution.  Also tried reinstalling VMWare tools but to no avail.  Seems like lots of people are having the same error with no updated from VMWare on this other than "it must be something on your VM that is running high CPU".



  • 8.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Jan 23, 2019 12:28 PM

    Hi,

    Drop your processor count to 2.

    You're not mentioning your hardware, but it if it a laptop and it was upgraded to Mojave, then yes chances are reasonable that your 4 vCPU VM is causing the high CPU usage.

    --

    Wil



  • 9.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Jan 22, 2019 08:46 PM

    What is the cpu% in the vms when this happens? I'm not sure if this is still relevent but check the default activity monitor application. Just double click on the relevant process on the list and select "Open Files and Ports" tab on the popup. See if its just accessing the vmx for the vm your using alot, or something else.



  • 10.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Feb 12, 2019 02:54 AM

    Hello,

    any solution for this issue?

    I just bought fusion and I got this issue right away

    any help will be appreciated!



  • 11.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Mar 23, 2019 12:52 AM

    I lived with this problem for a long time and I just shied away from using Fusion. Finally got it resolved with help of Support. Incase someone finds this useful, it's possible that the Metal (hardware-accelerated 3D graphic and compute shader application programming interface in MacOS) is causing the performance issues.

    Solution is to use OpenGL, since Metal API uses both OpenGL and OpenCL. There are two entries that have to be added in the .vmx file (configuration file) for the virtual machine. The steps are as follows :

    1. First, the virtual machine should be shut down (not suspended or in sleep mode).

    2. Then go the concerned virtual machine and click on show package contents (by doing a right click or using a single tap with two fingers).

    3. Open the .vmx file with a Textedit, then from the top Apple menu bar go to Edit > Substitutions and make sure that Smart quotes are not enabled.

    Add these lines at the end of the vmx file -

    mks.enableMTLRenderer = "FALSE"

    mks.enableGLRenderer = "TRUE"

    Save the changes and power up the virtual machine.These changes will enable the graphics rendering using OpenGL.



  • 12.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Apr 09, 2019 06:07 PM

    It did not resolve my issue. I am using the version 11 of VMware Fusion and I am at pain of using it. My MacBook Pro heats it up.



  • 13.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Aug 27, 2019 12:29 PM

    BluedevilX

    Thank you so much for:

    1. Working out this issue with support.

    2. Posting about it.

    I have had this issue since the last few years and this is the only thing that resolved it for me on my mbpro 2017.

    You are fantastic!!!



  • 14.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Oct 23, 2019 05:49 AM

    Thankyou, great advice.

    My CPU for the VM with Windows 7 idling has reduced from 80% to 4%

    Macbook PRO Mid-2015
    Mac OS Mojave 10.14.5

    regards

    intsol



  • 15.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Dec 23, 2019 11:01 AM

    I just signed up here, just to say "THANK YOU!".

    Your solution finally solved the issue for me for good.

    Dirk



  • 16.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Dec 25, 2019 02:21 AM

    Hi! Do you know how this issue can be fixed in Fusion 11.1.5?

    Your configure is not working.



  • 17.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Mar 05, 2020 09:40 PM

    This change has reduced a W10 client's 3%-5% to host 20% usage ratio of 3-5/20 to 3-5/1-2!!!
    Good advice. The interface should have  an advanced option where you could see these options.


    Are these renderer parameters hidden or deprecated?

    If I touch the Display settings they seem to go away and I have to "put them back" again into the vmx file.

    Doesn't feel robust to me if the file is always regenerated from the ground. I would feel safer if the UI would ask if I wish to change these options.



  • 18.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Apr 15, 2020 05:09 PM

    BluedevilX

    Thanks for this information This does seem to have made a difference. It sometimes spikes up during heavier loads and especially during Windows 10 startup, but this is the first time I've seen it run around the 70%ish mark. Plus, the "WindowServer" process is now showing substantially lower CPU usage than before. I'm sure that's related as well.

    Thanks again!



  • 19.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Jul 05, 2022 01:00 AM

    BluedevilX's proposed solution did not work for me. After I modify the .vmx file and restart the virtual machine, I get a message that the file is corrupt. Good thing I kept the original file around.



  • 20.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Jun 07, 2025 09:32 AM

    @BluedevilX, thanks for the solutions. But it didn't worked for me. I'm new in the game of VM and just want to get VMware Fusion running on my macbook air m1 2020. 
    I have the same Problem like the other Guys here but it seems like the other guys have all intel CPU and iam the only one with m1 chip :D Maybe anyone of you have a solution for the m1 type. iam just starting the VM and its running upstairs to 100% immediately.




  • 21.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Jun 07, 2025 10:37 AM
    The OpenGL hack isn’t really advisable for macOS. Fusion is built to use Metal rendering and macOS’s OpenGL hasn’t received any updates in ages (I think they consider it deprecated).

    Can you give us a bit more information about the VM that’s exhibiting this problem?




  • 22.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Mar 23, 2019 03:35 PM

    This seems to also fix a problem I have been having with the XFCE window manager in Slackware --- any change from the default size of 800X600 resulted in "hash" lines on the bottom half of the screen and a cursor that decided to wander on its own.

    Setting GL for rendering fixed it (and it runs cooler!!).

    MacBook Pro 2015 - current Slackware, VMware 11.0.2

    It appears that Apple's Metal and VMWare Fusion don't play quite right yet. OpenGL is fine for me.



  • 23.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Jun 20, 2019 08:30 AM

    I have exactly the same problem!



  • 24.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Aug 12, 2019 12:58 AM

    Hey Folks,

    I'm a complete Noob to vmware & fusion, I've only been using a few weeks so not sure how relevant this is.

    I recently got a new 4k monitor for my macbook pro 13 and found that if I have the windows guest on the 4k screen I get this massive cpu drain on the mac even if the guest isnt doing much. a bit of investigation shows that the windows guest set the resolution to 7680x4198 if the window is fully expanded on the 4k screen. Manually changing this to either HD or UHD fixes the cpu problem but dosent let the guest use the entire screen so still trying to work that bit out.

    Cheers

    Matt



  • 25.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Sep 24, 2019 01:48 AM

    Complete VMware Fusion noob here:  I'm seeing a similar issue with the host CPU running problem.

    MBP 2019 i7, 32GB RAM running Catalina v10.15

    VMware Fusion 11.1.1

    If I just open VMware Fusion - don't even start the VM - the host CPU goes nuts.  ('Nuts' is a technical term for fans running flat out.)

    The "VMware Fusion Applications Menu" features high on the Activity Monitor's list of high CPU users, and top of the list of offenders of power consumption ("Energy Impact")

    All this - and the guest OS hasn't even been started.  Quit VMware and the fans spin down and "Energy Impact" returns to a thin line at the bottom of the graph.

    Does anyone have any ideas what's gone bad for me?



  • 26.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Sep 24, 2019 09:57 AM

    Hi,


    That problem "application menu taking up a lot of CPU" was mentioned before.

    There are two ways for trying to resolve this.

    .

    The first one has been reported to work for Fusion 11.1.1 and is simply to disable the application menu

    menu -> VMware Fusion -> Preferences -> General -> Applications menu: show in menu bar -> Never

    The second one would be to upgrade to Fusion 11.5. It mentions support for Catalina, so I hope that VMware fixed it down there.

    It's not mentioned in the release notes, so you might still have to resolve to the first option and disable the application menu.

    --

    Wil



  • 27.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Dec 30, 2019 01:44 PM

    Hi,

    using VMware Fusion Professional Version 11.5.1 (15018442) here, problem with excessive cpu load still persists.

    VMware menu-item disabled, tried the described OpenGL-fix without success.

    Running MacBook Pro (Retina, 15-inch, Early 2013), 16G RAM, Catalina 10.15.2.

    The below sreenshot shows a very minimal FreeBSD-VM with OpenStep4.2 installed.

    1 CPU and 128MB(!) of Memory is assigned (more than enough for that operating-system!), no graphics acceleration.

    Terminal output inside the VM verifies %CPU-column as idle (0%) for _all_ processes, ActivityMonitor at the bottom shows a Host CPU-Load for vmware-vmx of around 80% continuousely which massively drains the battery and heats the MacBook in idle state (dreaming of a local cluster with 2-4 lightweight unix-servers - would eventually burn down my machine?).

    Still unsure if VMware Fusion (Pro) is currently usable as a serious development tool (as I intended to use it for), usage for occasional (and intentional) startup of some guest-os should be ok (for now?) ...

    Regards, Martin

    ps: I will soon upgrade to one of the latest 16-inch MacBooks and report my experiences there.



  • 28.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Dec 30, 2019 02:21 PM

    Hi,


    What version of FreeBSD are you running in there?

    --

    Wil



  • 29.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Jan 01, 2020 04:57 PM

    Hi Wil,

    thanks for your fast reply. I have tried Other/FreeBSD in all supported Versions (10 and earlier, 11, 12) and also the Other/Other-Option as Base VM-Type, same result with each of them concerning vmware-vmx cpu-usage. As the OS's prerequisite is the Intel-processor I think this will not make much of a difference (effective installation is performed from a CDROM iso).

    The installed OpenStep4.2 for Intel-processors is based on a Mach-Kernel 2.5 which is compatible with BSD 4.4 (Mac OSX is kind of the 'official' descendant of OpenStep/NextStep). Of course I know this is a somewhat 'exotic' operating system where no wmware-Tools support is available. Although i wonder where the constant cpu-load originates from - it might of course also be a display-related driver issue inside the VM (currently my main 'suspect').

    Martin



  • 30.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Jan 01, 2020 11:57 PM

    Hi,

    Oh OpenStep / NeXT?

    Not FreeBSD then.

    I remember installing that and yes it had a high CPU usage problem.

    Most likely because of a similar issue as with MS-DOS. On MS-DOS VMs you have to load a program DosIdle because DOS itself did not run the CPU Idle command when not doing anything.

    See also: VMware Documentation for MS-DOS 6.22 and Windows 3.1x

    As a result the CPU is constantly crunching. This was not much of an issue at the time, but in newer CPU's it means they cannot go idle and thus go to a lower power state.

    See here: NEXSTEP/OPENSTEP Utilities - OpenStep on Microsoft Windows PC Emulators

    --

    Wil



  • 31.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Aug 15, 2019 10:24 PM

    Hi everyone,

    I had the same issue - running OS X Mojave Version 10.14.5, and VMWare Fusion Version 11.1.1 (14328561).  I upgraded to this latest version of VMWare after running into the CPU spike of the vmware-vmx process (running well beyond 100% resulting in both vm and native OS freezing, unfreezing, system panic across the board, and all fans turning on on the MacBook Pro).  So I updated, and then re-installed VMWare tools on the VM (Ubuntu 19.04 Disco Dingo).

    Just before I upgraded, I was able to open a terminal on the VM (Ubuntu) and ran "top" to see if I could identify the process spike - and thankfully the offending process was clearly visible as an "hgfs" process.  On the far left column of top is the PID (Process ID) which I noted, opened another terminal trying to complete before the system froze, and was able to type the command:

    CLI Commands:

    top

    (Identify the top process monopolizing the CPU - it should be obvious @ 100%++ CPU utilization and note the PID)

    sudo kill <pid>

    (insert your pid number for <pid>.

    On the "top" active terminal I immediately saw the hgfs process disappear, and CPU spike / root cause was truly terminated - the CPU spike nose dived back to normal "cool" levels - around 3% to 5% on the VM, and OS X host too in turn CPU nose dived back to normal levels.  Both systems after that were totally responsive and happy.

    So thinking this may be an update issue, I updated everything to the latest on the VMWare Fusion side, and after the update re-installed the VMWare tools into the VM (Ubuntu 19.04).

    My hope was that this was a fluke, and problem solved yesterday.  But this morning on startup of the VM the exact same thing happened, again the same hgfs process (with a different PID given the restart) but still the exact same CPU spike behavior.  I resolved the issue the same way, just killed the hgfs process in Ubuntu which was the root cause.  Even after killing the hgfs process, I can still access my shared drive (I have one shared drive in the root folder) so this truly looks like a semi-consistent startup issue.  Given my need for Ubuntu and general VM stability after killing the offending hgfs process I can manage, but I'm concerned the spike may recur during normal operating time.  For now I'm just keeping an eye in the VM with an open "top" terminal active so that if I suddenly hear the fans or notice what seems to be a CPU spike, I'm quickly aware of which PID and again resolve if needed.  Some additional information regarding versions below (within the Ubuntu 19.04 VM after installing the latest version of VMWare tools):


    CLI Command:

    /usr/bin/vmhgfs-fuse --version


    Output:
    /usr/bin/vmhgfs-fuse: version 1.6.6.0

    FUSE library version: 2.9.9

    fusermount version: 2.9.9

    using FUSE kernel interface version 7.19

    CLI Command:

    /usr/bin/vmware-toolbox-cmd -v

    Output:

    10.3.10.10540 (build-12406962)

    I hope this helps - and other than this issue in general performance of the VM with 4 cores allocated and 10GB memory has been stable with Ubuntu 19.04 Disco Dingo.

    Good luck everyone!



  • 32.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Aug 16, 2019 12:11 AM

    this feels like a lot of different issues.

    reinstalling the vmware tools fixed my high cpu at 4k issues however the random cpu spikes continued. the problem seems most pronounced on waking from a suspended state where the Mac slept or hibernated first.

    yesterday I disabled "Accelerate 3d Graphics" setting and my system has been stable since, this is the longest I've gone without a cpu issue with Fusion but I will continue to monitor. I realise this may not suit everyone (if it is indeed the solution) but my win10 guest is a corporate image I need for domain access to my current project so 3d graphics arent an issue for me.

    Cheers

    Matt



  • 33.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Oct 15, 2020 07:31 PM

    I also have the same issue even after having tried a few "solutions" suggested in a few different threads in this forum and also somewhere else:

    1) disabling Metal rendering and enabling GL rendenering in the .vmx file

    2) disabling VM application menu bar

    3) disabling 3D graphics acceleration

    4) disabling USB debugging

    5) MacBook Pro SMC or nvram resetting, etc.

    but none of these work in the end on my rMBP12 and rMBP18, with different macOS releases, and VM versions, and VM machines (Windows 7/10).

    for most current situation (win10 VM on rMBP18 with Catalina), inside VM, each of two major processes uses about 25% CPU (total < 50%), on host side, vmware-vmx takes somewhere around 200% CPU (energy impact is 0.2 but the 12 hr power is 29.53 >> any other processes), and the fan keeps running most of time.

    really annoying but anyone has successfully solved this issue? any hope with the new VM Fusion 12 release?



  • 34.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Oct 15, 2020 08:08 PM

    High CPU from that process is almost always caused by something in the VM (anything above a nominal load will kick the fans into high gear on the new macs).

    Some more ideas:

    - Run windowed not unity

    - Disable system restore in guest

    - Disable AV scans inside guest (live protection is fine, just not scans)

    - Make sure the VM was built from scratch, not converted from a physical machine

    - disable autoprotect

    - remove snapshots

    - don't use encrypted vm's



  • 35.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Mar 20, 2020 12:25 AM

    Look at the processes on the WIn10.

    I had similar issues and 2 things worked for me:

    1. In this thread, a person has provided vmx line additions to manipulate the video processing. That worked.

    2. I was seeing this issue specifically with my Mac VM. I found that OneDrive was going nuts and lrprd process was doing the. I kill them every once in a while still and it calms my MAC down right away.



  • 36.  RE: vmware-vmx high cpu usage causing Mac to heat up constantly

    Posted Dec 28, 2021 02:04 PM

    Hi there! 

    I've just tried in this way and to me worked out just fine:

    1) Disable side-channel mitigations in "advanced" section of the VM configuration

    2) Deactivate the Antimalware System Executable in the Windows10 VM, which eventually can be the cause for a large CPU and RAM background draining (for disabling it: moderator edit: removed spammy link )

    Here's my poor setup btw:

    - MCP 13" 2017 2 core 8gb ram
    - MacOS Big Sur 
    - Windows 10 on VMware Fusion 12 w/ 1 core and 2GB ram