デスクトップPC、ラップトップ、タブレット、2-in-1デバイスなど、使用しているコンピューターの種類に関係なく、内部にプロセッサーが搭載されています。あなたはそれがどんなプロセッサであるか疑問に思いますか?あなたのコンピュータが持っているプロセッサの正確なモデルを知りたいですか?さらに(Furthermore)、その速度、温度、電圧、および他の同様の詳細を監視する方法を知りたいですか?これは、プロセッサが期待どおりに機能しないと感じた場合や、プロセッサをオーバークロックしたい場合などに役立ちます。コンピュータに搭載されているCPU(CPU)を確認する方法と、センサーを監視する方法は次の3つです。
注:(NOTE:)CPUに搭載されているコアまたは論理プロセッサの数を確認する場合は、「プロセッサに搭載されているコアの数を確認する7つの方法」をお読みください。
1. Windows 10のみを使用して、PC内のプロセッサとその速度を確認します
コンピューター内のプロセッサーを知りたいだけの場合は、サードパーティのアプリを探す必要はありません。Windows10がこの情報を直接教えてくれるからです。ただし、 CPU(CPU)の詳細を確認できる場所は1つだけではありません。手始めに、設定(Settings)アプリ:それを開き、[System -> About [バージョン情報]に移動します。[デバイスの仕様]セクションに、(Device specifications)プロセッサ(Processor)の名前と正確なモデル、およびその基本速度が表示されます。
PC内のプロセッサを確認できるもう1つの場所は、タスクマネージャ(Task Manager)です。それを開き、[パフォーマンス(Performance)]タブに切り替えて、ウィンドウの左側でCPUが選択されていることを確認します。(CPU)次に、タスクマネージャ(Task Manager)の右上の領域を確認します。ここに、プロセッサの名前が表示されます。
CPU使用率(CPU Utilization)グラフの下に、タスクマネージャー(Task Manager)はプロセッサの基本速度(Base speed)とリアルタイム速度(Speed)も示します。
旧式のコントロールパネル(Control Panel)を使用する場合は、それを開いて[System and Security -> System]に移動します。ウィンドウの右側の[システム](System)セクションに、プロセッサの名前と基本速度(name and base speed)が表示されます。
テキストの要約が好きな場合は、 Windowsの(Windows)システム情報(System Information)アプリを使用することをお勧めします。これにより、プロセッサの詳細もわかります。
システム情報を(System Information and look)開き、システムの概要(System Summary)でプロセッサ(Processor)を探します。そこに、その名前とベースクロック(name and base clock)があります。
同様に、デバイスマネージャを開き、(Device Manager)プロセッサ(Processors)エントリを展開します。プロセッサがスレッドを持っている回数だけリストされているはずですが、すべてのエントリに同じ名前が付いています。それがプロセッサの名前です。
PowerShellを使用して、プロセッサに関する情報を取得することもできます。それを開いて、次のコマンドを実行しますGet-WmiObject win32_processor | Select-Object -Property Name, MaxClockSpeed, CurrentClockSpeed。出力には、 CPU(CPU)の名前、およびその最大速度と現在の速度が表示されます。ただし、速度はIntelプロセッサについてのみ正しく報告されているようです。AMDプロセッサでは、得られるのは基本(AMD)速度(base speed)だけです。
コマンドプロンプト(Command Prompt)で、次のコマンドを実行することにより、プロセッサに関する情報を取得できます:wmic cpu get name、maxclockspeed、currentclockspeed。
2.サードパーティのアプリを使用して、PC内のプロセッサを調べ、その速度、温度、電圧などを確認します
専用のサードパーティ製アプリを使用することは、プロセッサの詳細を確認するための最良の方法の1つです。そのような最高のアプリの1つはHWiNFOです(HWiNFO)。CPUについて知りたいことすべてを教えてくれます。これには、名前や速度(name and speed)などが含まれますが、これらに限定されません。たとえば、温度、リアルタイムの速度、電圧などに関する情報をコンピューターのセンサーから収集することもできます。
プロセッサに関するすべての詳細を学習するためのもう1つの優れたアプリは、CPUID CPU-Zです。これには、CPUをテストまたはストレスをかけ、他の(CPUID CPU-Z)CPUと比較するために使用できるベンチマーク機能(benchmarking feature)も含まれています。
そこに他の多くの同様のツールがありますが、これらは最高のもののいくつかです。
3. BIOS(BIOS)を使用して、PC内にあるプロセッサを調べ、その速度、温度、電圧などを確認します。
すべてのコンピューターは、 BIOS(BIOS)(またはUEFI BIOS )に依存して、最も基本的な設定を保存し、ハードウェアを構成します。BIOSは、PC内のプロセッサのほか、(BIOS)ベースクロックとターボクロックの速度(base and turbo clock speeds)、電圧、温度、冷却ファンの速度(cooler fan speed)など、PCの詳細を表示することもできます。コンピュータのBIOSにアクセスして(BIOS)、そのプロセッサを参照します。必要な情報を見つけるためのページ。BIOS(BIOSes differ)はメーカーごとに、またマザーボードごとに異なるため、どこに行くべきかを正確に伝えることはできません。ただし、通常、プロセッサに関する情報は、BIOSの最初のページまたはCPUページ(CPU page)。これがASUSマザーボード(ASUS motherboard)の例です:
( UEFI)BIOSで取得する情報は通常、より詳細であり、プロセッサID、速度、およびその他の特性に関しては常に正確です。
プロセッサの詳細を見つけるためのお気に入りの方法は何ですか?
これらは、コンピュータで見つかったプロセッサに関する情報を見つけるための一般的な方法です。それらのいくつかは他のものより簡単です、そしてそれらのいくつかはあなたに他のものより多くの情報を与えます。プロセッサの名前とその速度だけを知りたい場合は、Windows10の組み込みツールを使用できます。ただし、プロセッサをリアルタイムで監視する場合、またはプロセッサの機能と仕様の詳細が必要な場合は、(UEFI)BIOSにアクセスするか、専用のアプリを実行する必要があります。あなたの好きな方法とその理由はどれですか?(Which)以下のコメントで教えてください。
3 ways to see what processor is inside your PC, its speed, temperature, etc.
Regardless of what type of computer you have, be it a desktop PC, a laptop, a tablet, or a 2-in-1 device, it has a proсessor inside thаt makes it tick. Do you wonder what processor it is? Do you wаnt to find oυt the exact model of procеssor that your computer has? Furthermore, wouldn't you like tо knоw how to monitor its speed, temрerature, voltages, and other similar details? This can be useful at times, like when yоu feel that your processor doesn't perform as it shoυld, or if you want to overclock it. Here are three ways to see what CPU your computer has, and how to monitor its sensors:
NOTE: If you are looking to find out how many cores or logical processors your CPU has, read: 7 ways to tell how many cores your processor has.
1. Find out what processor is inside your PC, and its speed, using only Windows 10
If all you want is to know what processor is inside your computer, there is no need to look for third-party apps, because Windows 10 can tell you this information directly. However, there is more than just one place where you see details about your CPU. For starters, the Settings app: open it and browse to System -> About. In the Device specifications section, you should see the name and exact model of your Processor, as well as its base speed.
Another place where you can check what processor is inside your PC is the Task Manager. Open it, switch to its Performance tab, and make sure that CPU is selected on the left side of the window. Then, look at the top-right area of the Task Manager. That's where you should see the name of your processor.
Beneath the CPU Utilization graph, Task Manager also tells you the processor's Base speed and real-time Speed.
If you prefer using the old-school Control Panel, open it and go to System and Security -> System. There, on the right side of the window, you see the name and base speed of your processor, in the System section.
If you like text summaries, you might prefer to use the System Information app from Windows, which can also tell you details about your processor.
Open System Information and look for Processor in the System Summary. There, you should find its name and base clock.
Similarly, open Device Manager and expand the Processors entry. You should see your processor listed for as many times as it has threads, but all of the entries bear the same name. That's the processor's name.
You can also use PowerShell to get some information about your processor. Open it and run this command: Get-WmiObject win32_processor | Select-Object -Property Name, MaxClockSpeed, CurrentClockSpeed. The output should tell you the name of your CPU, as well as its maximum and current speeds. However, the speeds seem to be reported correctly only for Intel processors. On AMD processors, what you get is just the base speed.
In Command Prompt, you can get information about your processor by running this command: wmic cpu get name, maxclockspeed, currentclockspeed.
2. Find out what processor is inside your PC, and check its speed, temperature, voltage and so on, using third-party apps
Using specialized third-party apps is one of the best ways to find out details about your processor. One of the best such apps is HWiNFO: it can tell you everything you want to know about the CPU, including, but not limited to, its name and speed. For example, it can also gather information from the sensors in your computer about the temperature, real-time speed, voltages, and so on.
Another excellent app for learning all the details about your processor is CPUID CPU-Z, which additionally also includes a benchmarking feature that you can use to test or stress your CPU and compare it with others.
There are many other similar tools out there, but these are some of the best.
3. Find out what processor is inside your PC, and check its speed, temperature, voltage and so on, using BIOS
All computers rely on BIOS (or UEFI BIOS) to store their most basic settings and configure their hardware. The BIOS can also show you what processor is inside your PC, as well as many more details about it, such as its base and turbo clock speeds, its voltage, temperature, cooler fan speed, etc. Access your computer's BIOS and browse through its pages to find the information you need. We cannot tell you exactly where to go because the BIOSes differ from manufacturer to manufacturer and from motherboard to motherboard. However, you should usually find information about your processor either on the first page of your BIOS or on the CPU page. Here's an example from an ASUS motherboard:
The information you get in the (UEFI) BIOS is usually more detailed, and it is always accurate when it comes to your processor ID, speed, and other characteristics.
What is your favorite method for finding details about your processor?
These are the common ways to find information about the processor found on your computer. Some of them are easier than others, and some of them give you more information than others. If all you want to know is the name of your processor and its speed, you can use Windows 10's built-in tools. However, if you want to monitor your processor in real-time or if you want more details about its features and specs, you need to either access your (UEFI) BIOS or run a specialized app. Which is your favorite method and why? Tell us in the comments below.