# Running a Pathping

We will occasionally request a pathping to diagnose connection or latency issues. Follow the steps below to perform this test. If you need to track the path your connection takes to its destination, try [running a traceroute](/disconnects/optimizing-your-internet-connection/running-a-traceroute.md).

This tool checks for packet loss between your computer and our servers. This may reveal connection problems that don't show up in other latency tests.

1. Click **Start**.
2. In the search field, type **cmd**.
3. Right-click on **CMD.exe** and select **Run as Administrator**.
4. Enter the command **pathping xx > c:\pathping.txt**&#x20;

   ***Note:*** Replace the Xs with the appropriate IP address from the list below. Run this command once per IP address for your region.
5. Allow several minutes for the test to complete. When you see a new line of text in the command prompt, the pathping is done. This creates a file on your C: drive called **pathping.txt**. ***Note:*** If you receive an error, you did not run the command prompt in Administrator Mode. Go back to step three and try again.
6. Close the command window.

<table><thead><tr><th>HOST</th><th>IP</th><th data-hidden></th></tr></thead><tbody><tr><td><strong>"EU"</strong></td><td>54.38.153.139</td><td></td></tr><tr><td><strong>"USA"</strong></td><td>51.81.53.254</td><td></td></tr><tr><td><strong>"KR"</strong></td><td>51.79.226.210</td><td></td></tr></tbody></table>

[**Analyzing A Pathping**](/disconnects/optimizing-your-internet-connection/running-a-pathping/analyzing-a-pathping.md)

Before you contact us or post on our forums about connection or latency issues, please have the following information available. This information will help us diagnose issues outside our network.

* Description of the problem.
* Date and time the issue occured.
* Your IP Address, ISP, and connection type.
* A [traceroute](/disconnects/optimizing-your-internet-connection/running-a-traceroute.md) and pathping performed when the issue occurs.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.innadril.gg/disconnects/optimizing-your-internet-connection/running-a-pathping.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
