Parallels For Mac Latency



Network troubleshooting commands are important for any VM user.

We think Parallels is the best way to run Windows on your Mac in 2021 for its ease of installation, speed, and the way it conveniently allows you to switch between macOS and Windows instantly. Virtual Machines are by far the most convenient Windows on Mac solution for most users because they allow you to use your Mac as normal but switch to a a. And although they play fine: the latency is 'just' slightly out so its annoying when recording MIDI that its just off and a slight delay between key and sound. I have this latency down to 256ms but think this is down to parallels that this is delayed, as on the Mac I can have 512ms or 1024ms and its very sharp and un-noticeable.

Today we can’t imagine our life without information technology. Access to all this data wouldn’t be possible the actual network connection. Almost all the modern devices nowadays have a way to connect to the the network. Your Mac and Parallels Desktop virtual machine are no exception!

There is a 1 second delay between my Mac and Windows 7 running under VMWare Fusion. BTW, I tried the same test in Parallels 8 and there wasn't any latency. As a first step, check the Parallels Tools performance. A specific component of Parallels Tools works as a sharing of network between Mac and VM and if it has not been installed correctly, that may be the network issue. We can simply reinstall it with the following steps: Launch Windows virtual machine. Yes, multitasking is probably the most critical factor. When I am using Parallels I don’t usually run tasks on the mac, and I don't usually leave Parallels working in the background when I am using Mac. I can see 8GB could be limiting if you need to multitask.

There are several network modes in Parallels Desktop which we covered is one of the past blogs: Bridged, Shared and Host Only network. Let’s summarize the purpose of each in brief:

With Shared mode, we use the Mac connection to connect to the external network. It’s the easiest to use because your VM can use any type of network connection available on the Mac to connect to Internet (Ethernet, wifi). Bridged mode is used when you want your VM to establish direct connection with your Mac network card. In Bridged mode your VM will look like a standalone PC on the network. And last but not least is Host only mode. Host-Only network is a closed network that is accessible only to Mac OS X and Windows. Select this option to allow the VM to connect to the host computer and the VMs residing on it and to make it invisible outside of the host computer.

But what if something went wrong? What if the default virtual machine setup does not let you surf the internet from Parallels Desktop side, what if the app hangs out which force quit command to use? Don’t panic. We’ve got some easy troubleshooting steps. By the way – many of the steps below are applicable to Windows PCs (not only virtual machines).

First you need to check the network connection on the Mac side. Mac shares the network connection with the VM, and if you can’t connect to any website from the Mac side you won’t be able to do it from your VM. So in this case you need to check all of Mac settings and contact your provider or system administrator for help.

Once you’ve checked the network connection on the Mac side you should do the same thing on the virtual machine side. But in virtual machine we need to perform a bit more steps and actions, because the reason for the dropped network connection could be different.

As a first step, check the Parallels Tools performance. A specific component of Parallels Tools works as a sharing of network between Mac and VM and if it has not been installed correctly, that may be the network issue. We can simply reinstall it with the following steps:

  • Launch Windows virtual machine.
  • Disable antivirus in Windows.
  • Open Control Panel > Programs and Features (Uninstall a program for Windows 10, or Add/Remove programs for Windows XP) and remove Parallels Tools if present.
  • Restart Windows.
  • In Mac menu bar click on Actions (Virtual Machine in older versions) > Install Parallels Tools.
  • Restart Windows again.
  • Enable your antivirus back.

Once the Parallels Tools have been reinstalled we can check performance of this component to make sure that everything has been installed and works correctly. To do that we need to use the following steps:

  • Open the Task Manager and find the following processes in process tab: (In Windows 8 you need to click “More details” button > then you will be able to find out the “Process” tab)
  • Go through processes and make the Parallels Tools and Parallels Tools Service processes are running.

Check the connection now. Everything works fine now? Perfect! Still an issue? Read on.

As a next step you need to check and adjust the virtual machine configuration; Check the network adapter status (and if it’s there at all).

  • Go to Configuration > Hardware > Network 1 and verify that one of the network modes has been used. If you find the “Disconnect” status change it to the “Shared mode”.

Virtual machines use the Shared mode by default, but sometimes it may be set to Bridged or the Host only. In this case we need to switch between modes back and forth, for example between Bridged and Shared.

This simple steps will help your VM to configure some internal important settings and set it up correctly.

After that we need to check one more configuration setting – OS type. Go to the General tab, and verify that the operating system matches the OS currently installed in your virtual machine. Sometimes it may have changed after you upgraded the operating system inside your virtual machine.

Now that you’ve checked your VM configuration and if the network connection still doesn’t appear, we need to continue our troubleshooting on the Windows side.

Let’s revert back to the Network adapter, but at that time we will check it in Windows Device Manager. To open the Device Manager, follow these steps:

  • For Windows XP: Click Start > Control Panel > Performance and Maintenance > System. Then go to the Hardware tab and click Device Manager.
  • For Windows Vista/7: Click the Start button, then scroll to the Control Panel > System and Maintenance then select Device Manager.
  • Windows 8: Click the Start button, type ‘Control Panel’ without quotes > System and Maintenance then select Device Manager

Check the network adapter’s name. It should be either a Parallels Network Adapter or Intel PRO/1000 MT Network Connection. If you see any other name (e.g., Ethernet Controller) right-click it and select Uninstall. Then Right-click on Computer in the Device Manager and choose Scan for hardware changes.

Restart Windows and check if the Internet connection is working now. After these steps we need to check a few other adapter settings. For example, if you are using an AirPort router (capsule) in Bridged mode or any network in Shared mode, make sure that Properties are set to Internet Protocol v4, Obtain IP and DNS automatically is selected instead of manual configuration.

Alright, still no connection? There is one more method to find the reason and fix the issue with network connection. First, let me explain to you some troubleshooting steps in Command Prompt.

Command Prompt is known as cmd.exe or cmd (after its executable file name), is the command-line interpreter on Windows NT, Windows CE, OS/2 and eComStation operating systems, and it interacts with the user through a command-line interface. In Windows, this interface is implemented through Win32 console. Command Prompt may take advantage of features available to native programs of its own platform.

In our case we can simply execute some commands in CMD for checking network connection and fixing issue with it. First, let’s open Command prompt and check the IPs and default gateway

  • Open Command Prompt:
    • For Windows XP: Select the Start button, then click Run… When the pop-up window appears, type CMD and hit Return/Enter.
    • For Windows Vista/7/8/10: Click the Start button, then type CMD in the Search box. Right-click on CMD in search results, then click the “Run as Administrator” option. This will open Command Prompt with admin privileges.

Now we have the Black window and can type in it the following command in order to check the network configuration.

Type in:

ipconfig /all

and hit Enter and check the output.

If your virtual machine is in Shared networking mode, the IP address should resemble 10.211.55.x. If you are in Bridged networking mode, the IP address should look similar to your Mac IP address, e.g. 192.168.0.10. If it is 0.0.0.0, it means that the issue related to the known incompatibility issue between Windows operating systems (it may affect all OSes) and Apple’s Bonjour service. The Default Gateway may have been set to 0.0.0.0 on a Windows Vista-based or later OS running Apple’s Bonjour service (Apple’s Bonjour service might appear on your virtual machine after installing Adobe CS3 or similar software).

In this case we can fix the issue using the following steps:

  • Go to Start > Run
  • Type Services.msc and hit Enter
  • Find a service with a strange name, for example:
Mac
  • Stop the service and change its Startup type to Disabled.
  • Reboot your virtual machine.

If the “ipconfig” output is OK, we can continue our troubleshooting with other command – “ping”

We can try to ping any Parallels server for example, by entering the following command:

ping parallels.com

A normal reply looks like this:

Reply from 64.131.89.6: bytes=32 time=188ms TTL=54

Reply from 64.131.89.6: bytes=32 time=187ms TTL=54

If you get this reply:

Request timed out.

Request timed out.

Try pinging via IP address:

ping 64.131.89.6

If you get a normal reply this time, it means that your virtual machine is in Bridged networking mode and failing to get correct DNS settings from the gateway or that you set them incorrectly. Please direct this problem to your network provider if you can’t resolve it.

Because the DNS settings and the gateway issue too is not related to the Parallels Desktop settings, it’s internal Windows issue and could appear on the real PC too. But on the other hand, we have one more tip to resolve these issue without help from your network administrator.

If you see “Request timed out” in both cases, try to reset the Windows TCP/IP protocol with the following commands:

netsh winsock reset

netsh int ip reset reset.log

These command will help you to reset your network adapter’s software to default and restore all default settings of Windows network adapter. You can simply type the first command, hit enter and then do the same with the second one. Now you can simply restart our Windows VM and check the network connection.

Hope you found this blog helpful and don’t forget to follow us on Twitter!

Need to run Windows on your Mac? Download our free 14-day trial.

Guest blog by Support staff: Paul Christopher Nathaniel

Looking for a faster Parallels Access performance?

Parallels For Mac Running Slow

Sometimes you need access to your Windows on the go—whether you need to send some file, or just want to edit something on the fly. But network connection drops again and again when you are right in the middle of accessing your Windows PC from the tablet through Parallels Access… Luckily, there is something you can do about it! The tips below are based on accessing Windows 10 PC from Android device via Parallels Access, but they would be similar for accessing Mac OS X or another Windows PC from an iOS device version.

Let’s talk about how you can optimize Parallels Access performance by disabling features you’re not using at the moment. First thing you should do is to check your network signal. Slow networking directly affects the speed of Parallels Access. To adjust your settings for the best performance please follow the general tips below:

1. Use broadband Wi-Fi networks when possible for a more stable connection.

The Wi-Fi or 3G signal strength:Wi-Fi connections can easily drop when the connected device is located near the edge of your network’s wireless signal range. The further away you get, the more unstable a Wi-Fi connection can get. Relocating your devices closer to your router is one way to solve this issue but isn’t always possible. If possible, use Ethernet cable to connect your computer to the network;

Parallels For Macbook

Mobile devices or remote computer’s networking subsystem workload: you may experience low networking performance if your mobile device or/and your remote computer is performing a heavy network activity in background (such as downloading files, or streaming online video);

Remote computer’s performance: any heavy task running on your computer (gaming, playing video, database indexing, etc.) may result in low system performance that may result in reducing the data transmission speed.

i.Improve remote computer performance by disabling the visual settings:Right click on Computer -> Choose Properties -> Click on Advanced System Settings -> Under Performance option, click Settings -> Choose Adjust for Best Performance -> Click Apply and Ok.

ii.Improve systems performance by disabling minimizing/maximizing animated effects: Go to the Advanced System Settings -> Click Advanced tab -> Under Performance, click Settings ->Click Visual Effects tab -> Uncheck “Animated Windows When Minimizing and Maximizing” -> Click Apply and OK

2. I’d recommend you turn off the Use detailed messages option on your Parallels Access. To Turn off Use Detailed Log Messages option on Android devices, start Parallels Access, choose Settings -> uncheck “Use Detailed Log Messages”

Parallels for mac running slow

3. If you don’t really need the system sound, then you should keep it disabled for the better performance. On Android devices, start Parallels Access, choose Settings -> Mute Sound.

4. I would also recommend you turn off the Microphone when you are not using it: Connect your android device to Windows PC and then click on cogwheel icon in Parallels Access toolbar – > Microphone – > disable.

Parallels For Mac Latency Test

5. Change the resolution: If you’re not seeing as much of an app onscreen as you’d like, you can change the resolution. To do so tap cogwheel in the toolbar on the right and then tap Desktop Resolution. You can choose Best for Android: This is the default setting, set to show the best balance between readability and detail. As a result performance should increase.

Parallels For Mac Latency Software

I hope this helps you optimize your Parallels Access performance. Play with the settings I listed above and see if your Parallels Access works even faster – and if you have ANY questions, feel free to comment below, or just ask us on the Parallels Support on Twitter!