---
title: "How to reset network settings on Windows?"
slug: "how-to-reset-network-settings-on-windows"
updated: 2023-01-25T13:36:04Z
published: 2023-01-25T13:36:04Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.nordlayer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to reset network settings on Windows?

In case you are experiencing issues with your NordLayer connection, resetting your network settings is a viable option to resolve them. In order to reset network settings on a Windows device, follow the steps below:

1. Please open the command line prompt (**Windows** or **Start button** + X) and type in these commands:

```
ipconfig /release
```

```
ipconfig /flushdns
```

```
ipconfig /renew
```

```
netsh winsock reset
```

```
netsh interface ipv4 reset
```

```
netsh interface ipv6 reset
```

```
netsh winsock reset catalog
```

```
netsh int ipv4 reset reset.log
```

```
netsh int ipv6 reset reset.log
```

1. After that, please restart your device and try connecting to our servers.

**Note**: In case you have any questions or are experiencing any issues, please feel free to contact our [24/7 customer support team](/docs/how-do-i-contact-nordlayer-customer-support).
