# Frida on Windows

**Reference and content for this page taken from ->**&#x20;

{% embed url="<https://medium.com/@waqas.ahmed.faroouqi/frida-installation-guide-on-windows-10-898ae8c69e54>" %}

***

[Python3 Installation Guide on Windows 10 (zeroxinn.com)](https://www.zeroxinn.com/post/python3-installation-guide-on-windows-10)

Open the Windows command prompt and type the following command:

pip3 install Frida-tools

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*RoWeYuazWX2AdXfdiAkL4g.png" alt="" height="403" width="700"><figcaption></figcaption></figure>

Frida has been successfully installed on Windows 10.

Now test the successful installation using the following command.

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*sydwzaxR2GrInoznHynlag.png" alt="" height="77" width="700"><figcaption></figcaption></figure>

We see that Frida could not be identified by Windows 10.

Let’s copy the path where Frida has been installed.

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*_hkGgaa0YzvfcpSFfvsAsw.png" alt="" height="395" width="700"><figcaption></figcaption></figure>

Now browse to that path, and we can see that Frida is available on this path.

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*MJhNLBiFAdvYMRGa4IcxUg.png" alt="" height="460" width="700"><figcaption></figcaption></figure>

Now access Frida as shown in the figure below.

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*0SauLq07AVyDrGJZvDcvWQ.png" alt="" height="187" width="700"><figcaption></figcaption></figure>

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*xYt7V13KBvFHdFaUT2DypA.png" alt="" height="95" width="700"><figcaption></figcaption></figure>

If you need Frida to get open from any location, copy the above path into the environment variable.&#x20;
