ルーターを構成したいと思っていて、そのIPアドレスがわからないという状況に陥ったことがありますか。そのため、管理ユーザーインターフェイスに接続して設定を変更することはできませんでした。あなたを助けるために、私たちはすべてのタイプのコンピューターとデバイスを使用してルーターのIPを見つけることをカバーするこの完全なガイドを作成しました:ルーター自体、Windows PC(Windows PCs)、Androidスマートフォンとタブレット、iPhoneとiPad、およびMacコンピューター:
注:(NOTE:) IPアドレスとは何か、およびそれがどのように機能するかが明確でない場合は、次の内容を読むことをお勧めします。簡単に言うと、IPアドレスとサブネットマスクとは何ですか。(What is an IP address and a subnet mask, in simple terms?)。
1.ルーター自体でルーターのIPアドレスを見つける方法
多くのワイヤレスルーターには、IPアドレスまたはIPアドレスにつながるURLが背面または下部に記載されています。ルーターに移動し、ルーターのすべての側面を確認します。ASUSRT-AX82Uのようなステッカーがあります。下の写真で強調表示したようなエントリがあるはずです。
ASUSRT-AX82Uの(ASUS)ルーターIP(Router IP)アドレス
ヒント:(TIP:)Wi-Fi 6を搭載した(Wi-Fi 6)ASUSルーターを使用している場合、デフォルトのIPアドレスは192.168.50.1です。Wi-Fi 5を備えた古いルーターを使用している場合、デフォルトのIPアドレスは196.168.1.1です。
2. Windows 10(Windows 10)の設定(Settings)アプリからルーターのIPアドレスを見つけるにはどうすればよいですか?
Windows 10 PC、ラップトップ、またはタブレットを使用している場合、ルーターのIPアドレスを見つける1つの方法は、設定(Settings)アプリからです。ルーターが管理するネットワークに(Wi-Fiまたはイーサネット(Ethernet)ケーブルを介して)接続したら、[設定]を開き(Settings)(open Settings)ます。これを行う1つの方法は、キーボードのWindows + Iを押すことです。次に、[ネットワークとインターネット](Network & Internet)セクションに移動します。
Windows 10の(Windows 10) 設定(Settings)で、 [ネットワーク(Network)とインターネット(Internet)]に移動します
[ステータス](Status)セクションで、現在のネットワーク接続を探します。接続方法に応じて、Wi-Fiまたはイーサネット(Ethernet)として表示されます。ネットワーク名の下にある[プロパティ]ボタンを(Properties)クリック(Click)またはタップします。
アクティブなネットワーク接続の[プロパティ]をクリック(Click)またはタップします
ネットワーク接続に関する多くの技術的な詳細が表示されたウィンドウが表示されます。「IPv4DNSサーバー」(“IPv4 DNS servers”)エントリまで下にスクロールします。(Scroll)このガイドのように、PCのカスタムDNS設定を使用するように(DNS)Windows 10を設定していない限り、これはルーターのIPアドレスです。Windows10でDNS設定を変更する3つの方法(3 ways to change the DNS settings in Windows 10)。
IPv4DNSサーバーフィールドを参照してください
注:(NOTE:)カスタムDNSを使用するように(DNS)Windows 10を設定した場合は、設定を元に戻す必要があります。そうすると、[ IPv4DNSサーバー](“IPv4 DNS servers”)フィールドでルーターのIPアドレスが共有されます。
3.Windows10(Windows 10)のネットワーク(Networks)パネルからルーターのIPアドレスを見つける方法
ルーターのIPアドレスをすばやく確認する方法は、Windows10のネットワークリストから取得することです。Windows10タスクバーのWi-Fiアイコンをクリックまたはタップします。(Click)次に、ワイヤレスネットワークリストで、ネットワーク名の下にある[プロパティ]ボタンをクリックまたはタップします。(Properties)
Wi-Fi接続のプロパティにアクセスします
これにより、ネットワーク関連の情報がたくさん表示されるウィンドウが開きます。ルーターのIPアドレスが表示されている「IPv4DNSサーバー」(“IPv4 DNS servers”)エントリまで下にスクロールします。(Scroll)
IPv4DNSサーバーフィールドを参照してください
注:(NOTE:)この方法は、PCにカスタムDNS設定を使用するように(DNS)Windows10を設定していない限りうまく機能します。
ネットワークケーブルを介してルーターに接続している場合、手順は少し異なります。Windows10タスクバーのイーサネット(Ethernet)アイコンをクリックまたはタップしてから、ネットワークの名前をクリックします。
イーサネット(Ethernet)接続のプロパティにアクセスします
表示されるイーサネット(Ethernet)ウィンドウで、ネットワークの名前をもう一度クリックすると、前に示したのと同じネットワーク関連情報のリストが表示されます。そこで、「IPv4DNSサーバー」(“IPv4 DNS servers”)エントリまでスクロールダウンします。
4.コマンドプロンプト(Command Prompt)からルーターのIPアドレスを見つけます
コマンドを使用する場合は、CMDを開き(open CMD)、次のコマンドを実行しますipconfig /all | findstr /R “Gateway”
このコマンドをコピーしてコマンドプロンプト(Command Prompt)に直接貼り付けることもできます。得られる結果は、Windowsコンピューターまたはデバイスで使用されるデフォルトゲートウェイです。(Default Gateway)
CMDからルーターのIPを見つける
デフォルトゲートウェイ(Default Gateway)のIPアドレスは、ワイヤレスルーターのIPアドレスでもあります。この方法の利点は、 Windowsで(Windows)DNS設定を手動で変更した場合でも、信頼できる結果が返されることです。
5.PowerShell(PowerShell)からルーターのIPアドレスを見つけます
前の方法と同様に、PowerShellを使用してワイヤレスルーターのIPアドレスを見つけることもできます。PowerShell(Start PowerShell)を起動し、次のコマンドを実行しますgip | findstr /R “Gateway”
PowerShellには、コンピューターで使用されている(PowerShell)デフォルトゲートウェイ( Default Gateway)が一覧表示されます。
PowerShellからルーターのIPを検索する
デフォルトゲートウェイ(Default Gateway)のIPアドレスは、ルーターのIPアドレスでもあります。このメソッドは、 Windowsで(Windows)DNS設定を手動で変更した場合でも、信頼できる結果を返します。
6.コントロールパネル(Control Panel)からルーターのIPアドレスを見つける方法
たぶん、あなたはWindows10の代わりにWindows7を持っているか、古い(Windows 10)コントロールパネル(Control Panel)を好むでしょう。コンピューターをルーターが管理するネットワークに接続したら、それを使用してルーターのIPを確認できます。まず(First)、コントロールパネルを開き、 [(open the Control Panel)ネットワークとインターネット]の下にある(Network and Internet)[ネットワークステータスとタスクの表示](View network status and tasks”)リンクをクリックまたはタップします。
[(Click)ネットワークステータスとタスクの表示](View)をクリックします
これにより、ネットワークと共有センター(Network and Sharing Center)が開き、ネットワーク接続に関する情報と設定にアクセスできます。[接続(Connections)]エントリを探し、そこに表示されているネットワーク名をクリックまたはタップします。
ネットワークの名前をクリックします
注:(NOTE:)ケーブルを使用してネットワークに接続している場合、ネットワーク名はイーサネット(Ethernet)です。
これにより、ネットワーク接続の[ステータス(Status)]ウィンドウが開きます( Wi-Fiステータス(Wi-Fi Status)またはイーサネットステータス(Ethernet Status))。[詳細(Details)]ボタンをクリックまたはタップします。
Wi-Fiステータスで、[詳細]をクリックします
[ネットワーク接続の詳細]ウィンドウで、[ (Network Connection Details)IPv4デフォルトゲートウェイ(IPv4 Default Gateway)]フィールドを探します。ルーターのIPが一覧表示されます。
IPv4デフォルトゲートウェイフィールドを参照してください
完了したら、閉じる(Close)を押します。
7.SamsungGalaxy(Samsung Galaxy)スマートフォンからルーターのIPアドレスを見つける方法
Android11とOneUIv3インターフェースを備えたSamsungGalaxyスマートフォンをお持ちの場合は、ルーターが発するWi-Fiに接続した後、[設定]に移動してルーターの(Samsung Galaxy)IPアドレスを確認(Wi-Fi)できます(Settings)(going to Settings)。設定(Settings)アプリで、 [接続(Connections)]をタップします。
Samsungの[設定](Settings)で、 [接続]をタップします
次に、スイッチではなくWi-Fi(Wi-Fi)エントリをタップします(適切な場所に移動するのではなく、 Wi-Fiを無効にするだけです)。
Wi-Fiをタップします
Samsung Galaxyデバイスには、接続しているものから始めて、お住まいの地域のすべてのワイヤレスネットワークのリストが表示されます。Wi-Fiネットワーク接続の横にある歯車のアイコンをタップします。
Wi-Fi接続の横にある歯車のアイコンをタップします
Wi-Fiに関する情報が表示された画面が読み込まれます。[ルーターの管理(Manage router)]をタップします。
マネージャールーターをタップします
このアクションにより、ルーターのIPアドレスがGoogleChromeまたは(Google Chrome)Androidでデフォルトとして設定されている別のブラウザに読み込まれます。
8. Android搭載(Android)のスマートフォンでルーターのIPアドレスを見つけるにはどうすればよいですか?
Nokiaの携帯電話のように、高度にカスタマイズされたユーザーインターフェイスを使用しないクリーンなAndroid 10バージョンのスマートフォンをお持ちの場合、ルーターのIPアドレスを見つけるのは比較的簡単です。Wi-Fiに接続したら、 [設定]を開き、[(open Settings)ネットワークとインターネット(Network & internet)]に移動します。
Androidデバイスでは、ネットワーク(Network)とインターネットに移動し(Internet)ます(Android)
Wi-Fiエントリをタップします(スイッチではありません)。
Wi-Fiをタップします
接続しているネットワークとお住まいの地域の他のワイヤレスネットワークが表示されます。接続しているWi-Fi(Wi-Fi)ネットワークの名前の近くにある歯車のアイコンをタップします。
接続しているWi-Fiの名前をタップします
ネットワークに関するいくつかの情報が表示されます。詳細については、[詳細(Advanced)]をタップしてください。
ネットワークの詳細で[詳細]をタップします
ルーターのIPアドレスが表示されている[ゲートウェイ](Gateway)フィールドまで下にスクロールします。
[ゲートウェイ](Gateway)フィールドには、ルーターのIPアドレスが含まれています
後で使用できるように書き留めて、Androidスマートフォンの設定アプリを閉じます。(Settings)
9. iPhoneからルーターのIPアドレスを見つけるにはどうすればよいですか?
iPhoneで、まずルーターからブロードキャストされるWi-Fiに接続します。(Wi-Fi)次に、[設定]を開き、[ (Settings)Wi-Fi ]をタップします。
iPhoneの設定(Settings)で、Wi-Fiをタップします
接続しているネットワークが表示されます。その名前をタップします。
Wi-Fiネットワークの名前をタップします
Wi-Fiネットワーク接続に関するいくつかのスイッチと情報が表示されます。この画面を少し下にスクロールします。(Scroll)
この画面を下にスクロールします
ある時点で、 Router(Router)という名前のエントリが少なくとも1つ表示されます。そこに、ルーターのIPアドレスがあります。ルーターがIPv6(IPv6)アドレスを使用するように設定されている場合は、 IPv6アドレスを持つ2番目のルーター(Router)エントリも表示されます。
[ルーター](Router)フィールドには、そのIPアドレスが一覧表示されます
次に、[ルーター](Router)フィールドにあるIPアドレスを使用して、ワイヤレスルーターに接続できます。
10.Mac(Mac)でルーターのIPアドレスを見つける方法
Macを使用している場合は、画面の左上隅に表示されているAppleロゴをクリックします。(Apple)開いたメニューで、[システム環境設定](System Preferences)にアクセスします。
(Click)Appleメニューから[システム(System) 環境設定](Preferences)をクリックします
次に、ネットワーク(Network)に移動します。
Macの設定(Settings)で、[ネットワーク]に移動します
[ネットワーク(Network)]ウィンドウで、左側の列からネットワーク接続の種類を選択します。Wi-Fiまたはイーサネット(Ethernet)(有線ネットワーク接続用)のいずれかです。次に、右下隅にある[詳細設定]ボタンを押します。(Advanced)
ネットワーク接続を選択(Select)し、[詳細]を押します(Advanced)
次に、 [ TCP/IPMacに関するネットワーク関連の情報が表示されます。ルーターのIPアドレスが表示されている[ルーター]フィールドを(Router)探し(Look)ます。
[ TCP/IPルーター(Router)を探します
書き留めるか、IPアドレスをコピーして貼り付け、[ (copy and paste)OK]を押します。
11.オンラインデータベースからルーターのIPアドレスを見つけます
すべてのルーターメーカーとそのモデルの多くで使用されているデフォルトのIPアドレスを含むデータベースを備えたオンラインサイトがいくつかあります。私たちが気に入っているサイトの1つは、RoutersLoginです。デフォルトのルーターリストには、多くのブランドに関するデータが含まれています。それを試してみて、それが役立つかどうかを確認してください。
ルーターログイン(Login)には、多くのルーターのデフォルトIPがあります
このようなWebサイトに気付いた欠点の1つは、最近のルーターモデル、特に古いモデルとは異なるデフォルトIPアドレスを使用する傾向があるWi- Fi6を備えたルーターを含むように更新されていないことです。(Wi-Fi 6)新しいルーターを使用していて、そのようなサイトに特定のルーターが含まれていない場合は、ここで紹介した他の方法が役立つはずです。
12.公式ドキュメントからワイヤレスルーターのIPアドレスを見つけます
ほとんどの人がマニュアルを読むのが好きではないことを私たちは知っていますが、この場合、それは役に立ちます。すべてのルーターメーカーは、購入したモデルのデフォルトのIPアドレスをドキュメントに記載しています。手元にない場合は、ルーターの製造元のサポートサイトをGoogleで検索してください。(Google)見つかったら、特定のルーターを検索し、ユーザーマニュアル(User Manual)をダウンロードします。以下に、テストしたWi-Fi 6ルーターのマニュアルに含まれているこの情報を示します:NETGEARNighthawkAX4。
NETGEARNighthawkAX4のユーザーマニュアル
あなたを助けるために、ここに主要なルーターメーカーのサポートページへのいくつかの直接リンクがあります:ASUSサポート(ASUS Support)、D-Linkテクニカルサポート(D-Link Technical Support)、Linksysサポートサイト(Linksys Support Site)、NETGEARサポート(NETGEAR Support)、そしてTP-Link製品サポート(TP-Link Product Support)。
ルーターのIPを見つけましたか?
このガイドは、ルーターのIPを見つけるのに役立つように十分に完成している必要があります。そうでない場合は、下のコメントでお知らせください。チュートリアルの更新と改善を試みます。行く前に、あなたが持っているルーターとそのデフォルトのIPアドレスを教えてください。この情報は、他の読者が「マイルーターIP」を検索するのに役立つと確信しています。🙂
How do I find my router's IP address? The complete guide -
Have you ever found уourself in a situation when you wanted to configure a router, and you did not know its IP address? Thеrefore, yоu couldn’t connect to its administration user interfaсe and change its settings. To help you out, we creаted thіs complete guide that covers finding thе IP of a router using all types of compυters and deviсes: the routers themselves, Windows PCs, Android smartphones and tablets, iPhones and iPads, and Mac computers:
NOTE: If you are not clear on what an IP address is and how it works, we recommend reading: What is an IP address and a subnet mask, in simple terms?.
1. How to find your router's IP address on the router itself
Many wireless routers have their IP address or an URL that leads to their IP address written on the back or bottom. Go to your router, and look on all its sides. You should find a sticker, like the one on our ASUS RT-AX82U. There should be an entry like the one we highlighted in the picture below.
The Router IP address on an ASUS RT-AX82U
TIP: If you have an ASUS router with Wi-Fi 6, the default IP address is 192.168.50.1. If you have an older router with Wi-Fi 5, the default IP address is 196.168.1.1.
2. How do I find my router's IP address from Windows 10’s Settings app?
If you use a Windows 10 PC, laptop, or tablet, one way to find your router’s IP address is from the Settings app. After you connect to the network managed by the router (through Wi-Fi or an Ethernet cable), open Settings. One way to do that is to press Windows + I on your keyboard. Then go to the Network & Internet section.
In Windows 10 Settings, go to Network & Internet
In the Status section, look for your current network connection. It can be listed as Wi-Fi or Ethernet, depending on how you are connected. Click or tap the Properties button beneath the network’s name.
Click or tap Properties for the active network connection
You see a window with many technical details about your network connection. Scroll down to the “IPv4 DNS servers” entry. That is your router’s IP address, unless you have set Windows 10 to use custom DNS settings for your PC, like in this guide: 3 ways to change the DNS settings in Windows 10.
See the IPv4 DNS servers field
NOTE: If you have set Windows 10 to use a custom DNS, you need to undo your settings, and then the “IPv4 DNS servers” field will share the IP address of your router.
3. How to find my router's IP address from Windows 10’s Networks panel
A quick way to find out your router’s IP address is from the networks list in Windows 10. Click or tap on the Wi-Fi icon in the Windows 10 taskbar. Then, in the wireless networks list, click or tap the Properties button beneath your network’s name.
Access the properties of your Wi-Fi connection
This opens a window with lots of network-related information. Scroll down to the “IPv4 DNS servers” entry, where you see your router’s IP address.
See the IPv4 DNS servers field
NOTE: This method works well unless you have set Windows 10 to use custom DNS settings for your PC.
If you are connected to the router through a network cable, the procedure is slightly different: click or tap the Ethernet icon on the Windows 10 taskbar and then on the network’s name.
Access the properties of your Ethernet connection
In the Ethernet window that appears, click on the network’s name one more time, and you find the same list of network-related information shown earlier. There, scroll down to the “IPv4 DNS servers” entry.
4. Find your router’s IP address from the Command Prompt
If you prefer using commands, open CMD and run the following command: ipconfig /all | findstr /R “Gateway”
You can also copy and paste this command directly into the Command Prompt. The result you get is the Default Gateway used by your Windows computer or device.
Find the router's IP from CMD
The IP address of your Default Gateway is also the IP address of your wireless router. An advantage of this method is that it returns a reliable result even if you have manually changed the DNS settings in Windows.
5. Find your router’s IP address from the PowerShell
Like the previous method, you can also use the PowerShell to find your wireless router’s IP address. Start PowerShell and run this command: gip | findstr /R “Gateway”
PowerShell lists the Default Gateway used by your computer.
Find the router's IP from PowerShell
The IP address of the Default Gateway is also the IP address of your router. This method also returns a reliable result, even if you have manually changed the DNS settings in Windows.
6. How to find the IP address of your router from the Control Panel
Maybe you have Windows 7 instead of Windows 10, or you prefer the old Control Panel. After you connect your computer to the network managed by your router, you can use it to find out the router’s IP. First, open the Control Panel, and click or tap the “View network status and tasks” link found under Network and Internet.
Click on View network status and tasks
This opens the Network and Sharing Center, where you access information and settings about your network connections. Look for the Connections entry and click or tap on the network name shown there.
Click on the network's name
NOTE: If you are connected to the network using a cable, the network name is Ethernet.
This opens the Status window for your network connection (Wi-Fi Status or Ethernet Status). Click or tap the Details button.
In Wi-Fi Status, click Details
In the Network Connection Details window, look for the IPv4 Default Gateway field. It lists the IP of your router.
See the IPv4 Default Gateway field
When done, press Close.
7. How to find your router’s IP address from a Samsung Galaxy smartphone
If you have a Samsung Galaxy smartphone with Android 11 and the One UI v3 interface, you can find your router’s IP address by going to Settings after connecting to the Wi-Fi emitted by the router. In the Settings app, tap Connections.
In Samsung's Settings, tap Connections
Then, tap the Wi-Fi entry, not the switch (it would only disable the Wi-Fi instead of taking you to the right place).
Tap on Wi-Fi
Your Samsung Galaxy device shows a list of all the wireless networks in your area, starting with the one you are connected to. Tap the gear icon next to your Wi-Fi network connection.
Tap the gear icon next to your Wi-Fi connection
A screen with information about your Wi-Fi is loaded. Tap on Manage router.
Tap on Manager router
This action loads your router’s IP address in Google Chrome or another browser you set as your default in Android.
8. How do I find my router's IP address on a smartphone with Android?
If you have a smartphone with a clean Android 10 version that doesn’t use a heavily customized user interface, as we do on our Nokia phone, it is relatively easy to find out the IP address of your router. After you connect to the Wi-Fi, open Settings, and go to Network & internet.
On Android devices, go to Network & Internet
Tap on the Wi-Fi entry (not on the switch).
Tap on Wi-Fi
You see the network you are connected to and other wireless networks in your area. Tap on the gear icon near the name of the Wi-Fi network you are connected to.
Tap the name of the Wi-Fi you are connected to
You see some information about the network. Tap on Advanced for more details.
Tap Advanced in Network details
Scroll down to the Gateway field, where you see the IP address of your router.
The Gateway field has the IP address of your router
Write it down for later use, and close the Settings app on your Android smartphone.
9. How do I find my router's IP address from an iPhone?
On your iPhone, first, connect to the Wi-Fi that is broadcast by your router. Then, open Settings and tap on Wi-Fi.
In your iPhone's Settings, tap Wi-Fi
You see the network you're connected to. Tap on its name.
Tap the name of your Wi-Fi network
You see several switches and information about your Wi-Fi network connection. Scroll down this screen for a bit.
Scroll down this screen
At some point, you will see at least one entry named Router. There, you find the IP address of your router. If the router is set up to use IPv6 addresses, you will also see a second Router entry with its IPv6 address.
The Router field lists its IP address
You can then use the IP address found in the Router field to connect to your wireless router.
10. How to find your router’s IP address on a Mac
If you are using a Mac, click the Apple logo shown on the top left corner of your screen. In the menu that opens, access System Preferences.
Click on System Preferences from the Apple menu
Then, go to Network.
On your Mac's Settings, go to Network
In the Network window, select the type of network connection in the column on the left. It is either Wi-Fi or Ethernet (for wired network connections). Then, press the Advanced button in the bottom-right corner.
Select your network connection and press Advanced
Then, go to the TCP/IP tab, which shows network-related information about your Mac. Look for the Router field, where you see your router’s IP address.
In the TCP/IP tab, look for the Router
Write it down, or copy and paste the IP address, and then press OK.
11. Find a router’s IP address from online databases
There are several sites online with databases that include all router manufacturers and the default IP addresses used on many of their models. One site we like is Routers Login. Its default router list contains data about many brands. Try it out, and see if it helps.
Routers Login has the default IP for many routers
One downside we noticed to such websites is that they have not been updated to include recent router models, especially not routers with Wi-Fi 6, which tend to use different default IP addresses than older models. If you have a newer router and such sites don’t include your specific router, the other methods we presented should help.
12. Find your wireless router’s IP address from the official documentation
We know that most people don’t like to read the manual, but in this case, it helps. All router manufacturers include the default IP address of the model you bought in its documentation. If you don’t have it at hand, Google the support site of your router’s manufacturer. Once found, search for your specific router and download the User Manual. Below you can see this information included in the manual of a Wi-Fi 6 router we tested: NETGEAR Nighthawk AX4.
The user manual for NETGEAR Nighthawk AX4
To help you out, here are some direct links to the support pages of major router manufacturers: ASUS Support, D-Link Technical Support, Linksys Support Site, NETGEAR Support, and TP-Link Product Support.
Did you find your router’s IP?
This guide should have been complete enough to help you find the IP of your router. If you didn't, let us know in a comment below, and we will try to update and improve our tutorial. Before you go, tell us what router you have and what is its default IP address. We’re sure this information is going to help other readers searching for “my router IP”. 🙂