• How to check motherboard serial number. How to Find the Serial Number of an Asus Motherboard. Visual inspection of the motherboard and search for its model

    Hi all! Once upon a time, I wrote about what it is. A lot of time has passed since the purchase, so you reinstalled Windows, and now we need to download drivers for the chipset, sound and other equipment soldered on the motherboard. (And as a rule, all disks and documents tend to get lost over time)

    And here the question ripens in many people's heads: how do I find out what model of my motherboard is? Or are you ripe for buying a new video card or processor, again - until you find out the model of the motherboard, it will be problematic to determine anything. If in the case of drivers you can find them by hardware ID, then in the case of an upgrade, this will not work.

    Visual identification of the model and manufacturer of the motherboard

    How to find out the model of the motherboard visually? Very simple, for this we need a screwdriver and good lighting. We unscrew the bolts from the side cover of the system unit and remove it away so as not to interfere.

    Now the most important thing is to carefully examine the motherboard. Unfortunately, some manufacturers manage to write the name where you can’t find it in the daytime with fire. Typically, the marking is applied above the PCI-E slot or next to the processor. For example, in the photo below, the motherboard is labeled GA-790FXTA-UD5. It is this name that we will drive into Google or Yandex in order to determine the characteristics of the equipment or download drivers

    This method is old-fashioned and has never failed, but I would not recommend it to you. Firstly, you will have to open the system unit (which is not good at all if it is sealed and under warranty), and finding the name of the motherboard is not always easy (especially if you opened it for the first time, because there will be a lot of inscriptions and you just won’t understand: what this is the board model), and secondly, there are much easier ways 😉

    You can find out the model of the motherboard programmatically

    The software does not stand still. The CPU-Z program is also being developed. An excellent utility is designed to obtain information about the central processor, but it will also help us to suggest the model of the motherboard. You can download it by visiting the official website of the program.

    Please report broken links:

    Go to the CPU-Z download site[Size: very small]

    So, open the program and go to the "Mainboard" tab. Here we can peep the manufacturer in the Manufacturer line and the model itself in the Model line.

    Questions should not arise here, since the method is as simple as three pennies. However, there are other programs to understand - what is inside our computer?

    Perfect for these purposes AIDA64(in the old days it bore the proud name of Everest). The purpose of AIDA is just to show us complete information about the hardware installed in our computer. Unfortunately, the program is paid, but it has a 30-day trial period (I think this time will be enough to decide on the motherboard model)

    In the left window, expand "System Board" and select "System Board" (I understand that I wrote crazy, but it is true - look at the screen above). In the right window in the line "System board" we see the exact name of our system board.

    How to determine the motherboard model using Windows

    In my opinion, the easiest way to find out which motherboard is installed in the computer is a command line query. You don’t need to install anything, just open the Run menu (if you can’t find this item, then read about). In the window that appears, type cmd. The command line will open, which means that it remains only to enter the commands:

    - to determine the manufacturer of the motherboard - wmic baseboard get Manufacturer
    - to determine the model of the motherboard - wmic baseboard get product

    The picture below clearly shows what it looks like.

    In the article, it is pointless to consider all the ways to find out the model of the motherboard, and this is not necessary, because the actions given here allow us to answer our question in full. All the best 😉

    In contact with

    How to find out the model of the motherboard installed on the computer using Windows tools and third-party programs. In the Windows operating system, you can find out the model of the motherboard in several ways, which I will discuss in this article.

    A computer consists of separate units (devices) assembled together to interact with each other. The main device of a computer is the motherboard on which various components of the PC are located; other devices that make up the computer are connected to the motherboard (motherboard).

    Why is it necessary to find out the motherboard model on a computer? Model identification is necessary when upgrading (updating computer hardware), installing drivers, etc.

    The motherboard model determines which processor can be installed on this computer, the BIOS and chipset model, support for the type of RAM (DDR2, DDR3, DDR4), peripheral devices, etc.

    In the case of drivers, it depends on the model of the motherboard (system) board which drivers should be installed on this computer. Therefore, it is important to find out the name of the company - the manufacturer of the motherboard and the model of the motherboard.

    There are several ways to determine the motherboard model:

    • visual inspection;
    • using utilities and tools of the Windows operating system;
    • using third-party system monitoring utilities.

    The first method is a visual inspection, applicable mainly only to a desktop computer. After opening the system unit, the user can see the brand designation of the motherboard applied directly to the circuit board itself.

    Determining the laptop motherboard model in this way is very problematic. In this case, the software will come to the rescue. Next, we will look at 7 different ways to get motherboard model information.

    How to find out the motherboard model using Windows System Information

    In Windows 10, go to the "Start" menu, in the list of programs open the "Windows Administrative Tools" folder, click on "System Information". In Windows 7, follow the path: "All Programs" => "Accessories" => "Utilities". In Windows 8.1, to call "System Information" you will need to enter a command, read more.

    The System Information window displays detailed information about the system, hardware resources, and software environment. Opposite the "Manufacturer" and "Model" elements, you will see information about the manufacturer and model of the motherboard.

    Get motherboard model information with DxDiag

    Enter the following command in the command line interpreter window:

    Wmic baseboard get Manufacturer

    After executing the command, the window will display the name of the manufacturer of the motherboard (Manufacturer), in this case, Gigabyte.

    Wmic baseboard get product

    The model (Product) of the motherboard - B85M-DS3H will appear in the command line window.

    If it is difficult for a novice user to find out the motherboard model via the command line, use other simpler options.

    Article Conclusions

    The user can find out the model of the motherboard using various methods: using the utilities and tools of the Windows operating system, or third-party programs for monitoring equipment and the system.

    Experienced PC and Internet user

    Whether you need to update your drivers, check hardware compatibility, or are just curious, checking your motherboard number with these simple tricks is easier than opening the case and looking for the treasured character set with a flashlight in hand.

    Why do you need a motherboard number

    Knowing your motherboard number important if you're thinking about updating drivers, buying new hardware (you'll need to know the format of your memory slots, for example), or just want to test your motherboard's capabilities if you're planning to upgrade your entire computer.

    If you have saved documents that came with your computer (or individual components), you can often find this information there. But, even then, it's best to check to make sure the documentation is correct. Instead of opening the case and looking for the model number on the board itself, use the tools in windows to check the motherboard number.

    Check the number from the command line (or PowerShell)

    If you're comfortable using the command line (or PowerShell, where these commands also work), you can easily check various motherboards and hardware statistics using the handy Windows Management Snap-in (WMIC), a command-line interface from Microsoft.

    With WMIC you can enter a query base board- to check motherboard statistics and then use additional modifiers: get Manufacturer, Model, Name, PartNumber, slotlayout, serialnumber, or poweredon- to get more motherboard details.

    As an example, let's check the motherboard manufacturer, model number, and serial number using WMIC.

    Open a command prompt in Windows using the run dialog (Windows+R) or by searching for "cmd" in the start menu - no need to run command prompt as an administrator. And as we mentioned, you can also use PowerShell if you like. The commands work the same in both shells. At the command prompt, type the following text (note that there are no spaces between modifier commas), and then press Enter :

    Wmic baseboard get product,Manufacturer,version,serialnumber

    The information received says that we are using an ASUSTeK motherboard, PRIME X370-PRO board, and a serial number. That is, we got all the information we needed without opening the case or using any third-party tools.

    Checking the model number with Speccy

    If you prefer to use the GUI (this method also provides more information than the WMIC tool), you can download the free Speccy tool. This is a handy app.

    After downloading and installing Speccy, launch it. You can see the motherboard model number right on the summary page, along with the current operating temperature (assuming your board reports this). You can also see basic information about other system components.

    Click the Motherboard tab on the left to see even more information about your motherboard, including details on the chipset and voltages, as well as the types of slots included with the board, whether or not they are currently in use.

    How to find out the model of the motherboard.

    Hi all! Once upon a time, I wrote about what a motherboard is. A lot of time has passed since the purchase, so you reinstalled Windows, and now we need to download the drivers for the chipset, sound, and other equipment soldered on the motherboard. (As a general rule, all discs and documents have the characteristics of being lost over time)

    How to find the manufacturer, model and serial number of the motherboard

    And here the question ripens in the mind of many: how can I to know what model is my motherboard? Either you are ripe for buying the latest video card or microprocessor, again - until you find out the model of the motherboard, it will be problematic to find anything. If in the case of drivers you can find them by hardware ID, then in the case of an upgrade, this will not work.

    Visual identification of the model and manufacturer of the motherboard.

    How to find out the model maternal boards visually? Painfully simple, for this we need a screwdriver and not bad lighting. We unscrew the bolts from the side cover of the system unit and remove it away so as not to interfere.

    Now the most important thing is to closely examine the motherboard. Unfortunately, some producers manage to write the title where you can’t find it in a day with fire. Typically, the marking is applied above the PCI-E slot or next to the microprocessor. For example, in the photo below, the motherboard is labeled GA-790FXTA-UD5. Specifically, this title will be driven into Google or Yandex to find the properties of the equipment or download drivers.

    This method is old-fashioned and has never failed, but I would not recommend it to you. Firstly, you will have to open the system unit (which is absolutely not good if it is sealed and under warranty), and finding the name of the motherboard is not always easy (especially if you opened it for the first time, because there will be a lot of inscriptions and you just won’t understand: what exactly is the board model here), and secondly, there are much easier methods 😉

    To figure out maternal model boards can be programmatically.

    The software does not stand still. The CPU-Z program is also being developed. A good utility was created to get information about the central microprocessor, and it will also help us to give a hint about the motherboard model. You can download it by visiting the official website of the program.

    Please report broken links:

    Go to the CPU-Z software download website [Size: very small]

    So, open the program and go to the "Mainboard" tab. Here we can peep the manufacturer in the Manufacturer line and the model itself in the Model line.

    Questions should not appear here, because the method is as simple as three pennies. But there are other programs to realize - what is still inside our computer?

    For these purposes, AIDA64 is perfect (in the old days it bore the proud name of Everest). The purpose of AIDA is just to show us complete information about the hardware installed in our computer. Unfortunately, the program is paid, but it has a 30-day demo period (I think it will still be enough to decide on the model of the motherboard)

    In the left window, open "Motherboard" and select "Motherboard" (I understand that I wrote crazy, but it is - look at the screen above). In the right window in the line "System board" we see the clear name of our system fees.

    How to determine the model of the motherboard using Windows.

    In my opinion, the easiest way to find out which motherboard is installed in a computer is to query it on the command line. You don’t need to install anything, just open the Run menu (if you can’t find this item, then read about where to run in Windows). In the window that appears, type CMD. The command line will open, which means that it remains only to enter the commands:

    To determine the manufacturer of the motherboard - wmic baseboard get Manufacturer.

    To determine the motherboard model - wmic baseboard get product.

    The picture below clearly shows what it looks like.

    In the article it is pointless to consider all the ways how to find out the model motherboard, and this is not necessary, because the actions given here allow us to answer our question in full. All the best 😉

    Handsome! The clearest way is through the command line. Everything is very simple. Ctrlr -> Enter cmd -> After C:/Users/Administrator>wmic baseboard get product. Administrator can be replaced by any other value. Author, thanks! 5

    Abstracts

    How to know serial number (S/N, Serial Number). How to find out serial number Serial number - series Checking the versions of the motherboard and. How to find out the serial number (S / N, Serial Number). How to find the serial number of asus internet radio Check motherboard and bios versions;. How to find the serial number of the motherboard? It is required from the builder to find out the number of the motherboard such as the Everest program returns. How to correctly determine the model of your laptop. But it’s more correct to send us motherboard models, since Asus has a serial number. how to find the serial number of the motherboard -. How to find out the serial to be serial number. How to find out the model maternal fees. The article discusses several ways to find out motherboard model. How to find out the motherboard model? Do not know how to find out the model of the motherboard? I will tell you 4 simple ways that. How to find out the model of the motherboard. I would be grateful to your site if they tell me how to find out the model of the motherboard and how. How to find out the serial number of the motherboard programmatically. How to find out software serial number ASUS Packard motherboard serial number or. How to find out serial laptop number ASUS. How to find serial number of asus laptop? laptop to find out the serial number of the motherboard?

    - today we will look at how to find out the motherboard model on a computer. Updating drivers, checking hardware compatibility and purely out of curiosity - ... using the methods of checking the motherboard model given in the note is much easier than disassembling the computer and studying the stickers inside the system unit.

    You can simulate quite a lot of situations in which it is very important to know the model of the motherboard: a banal driver update, buying a new hardware (to find out what can be added to the system and whether there are the necessary slots for this, for example, to expand the RAM) ...

    If you have preserved the documents that are issued along with the computer (or individual positions for components, if you selected the components yourself), you can find out the answers to your question there. This is probably even the best way, because you can check the correspondence of the real situation with what is indicated in your docks.

    In principle, I will not tell you how to find out the name of the motherboard by opening the system unit - in the modern situation this is absolutely not necessary, because software methods will provide information more than just a visual inspection of the motherboard.

    Of course, I do not deny that you can find out the model by looking at the board itself (I'm not so stubborn as to say that this should never be done), and an advanced user probably knows where and what to see ... well, I recommend that we use the simplest and most correct methods

    Method 1. Find out the name of the motherboard through the command line

    If you enjoy using the Windows command line, you can easily find out your motherboard model using Microsoft's powerful WMIC tool.

    With WMIC we can query the baseboard to check the motherboard and a few additional parameters such as the serial number, revision and other detailed information about your motherboard. Let's try with an example to find out the manufacturer of our motherboard, model and serial number using WMIC.

    The program is in English, but this will not be a problem for us, we are specifically interested in the Motherboard line - this is the name of our motherboard.

    Despite such a small size (less than 1 megabyte in archive) the program can tell a lot about your computer, but I would not recommend using it ... find out what kind of motherboard is on the computer - it is great, for everything else there are more convenient analogues.

    Method 3. AIDA64 - find out the motherboard model

    There are several editions of AIDA64, the Extreme Edition is fine for us (the app costs money, but a 30 day trial is fine for us, indicated on the download page as TRIAL)

    After installing AIDA64, run the program and find the "Motherboard" icon on the left side. In the window that opens, in the second line "System board" the manufacturer and model of the motherboard will be displayed. As you can see in my computer the name of the motherboard is Asus P8H67.

    If you scroll down to the end of the window, you can find a link to the fresh BIOS download page (the "Download BIOS updates" line). This can be useful if the purpose of determining the motherboard firmware is a new version of the BIOS firmware

    Method 4. Piriform Speccy - a good program from the developers of Ccleaner

    If you have ever used the Ccleaner program and it left you only positive emotions with its result, then the small Speccy program from the developers of the same Cclener (Piriform) will answer the question of how to find out the motherboard model. Download as always on the official website:

    Launch the application and on the left side go to the "System board" tab. On the right side in the "Model" line there will be an answer to our question - in our case it is P8H67 (LGA1155) ...

    Not only did the program correctly determine the name of the motherboard installed in the computer, but it also showed its socket (1155) and a lot of useful information (such as voltage, BIOS version and system temperature)

    Method 5. CPU-Z - will tell not only about the processor

    CPU-Z is a very popular utility for identifying the processor, but is great for identifying the motherboard model on a computer. The program is absolutely free and does not require installation, just download the latest version from the official website

    After starting the utility, go to the "Mainboard" tab and in the "Model" line there will be the name of the installed motherboard. I have a P8H67 motherboard in my computer (yet testimony all applications match)

    For many, the BIOS block will be useful, the version and manufacturer of the firmware are displayed here ...

    Method 6. HWiNFO32 - detailed information about the motherboard

    To download the program, go to the official website (there are several versions of the program - HWiNFO32 for 32-bit systems and HWiNFO for 64-bit systems). In my case, I downloaded HWiNFO64.

    After installing the appropriate version of HWiNFO, launch it (it may take a long time to start collecting information about your computer's components). The program will automatically display the "System Summary" screen, where the motherboard model will be shown in the "Motherboard" section

    By the way, please note that HWiNFO correctly identified the video card ... you should add it to the note about video cards

    Method 7. Sisoftware Sandra - an underestimated program

    When I was looking for information on how to look at the motherboard on a computer, I never came across such an application as Sandra Lite in the reviews (we will use it, since specifically Lite- distributed free of charge). As usual, you can download it on the official website, avoid leftist sources ...

    After installing Sisoftware Sandra Lite, launch the program and go to the "Devices" tab. In the window that appears, double-click on the "Motherboard" icon and wait until the utility collects all the necessary information. Detailed information about your motherboard will open in a new window, in the "Model" line and there will be an answer to the question how to find out the model of the motherboard?

    This section displays not only the name of your motherboard, here you will find quite a lot of other useful information about your motherboard. For example, you can find out how much memory and how many slots for it in total ... or the chipset model on which your system is built

    BONUS! Information about the motherboard in the HTML report

    This application is called LookInMyPC and you can download it from the developers website (in English, there is a portable version that does not require installation)

    http://www.lookinmypc.com/download.htm

    After launch, you can choose what exactly to generate a report about, but we leave everything as it is and click the “Generate Report” button ... all that remains is to wait until the report is generated - this is fast.

    The file with the report will open in any browser, in the "BIOS Information" block in the line "Board Product ID" and there will be the name of our motherboard.

    In fact, the report contains a lot of interesting and useful information, and as for the English language, Google Chrome translates everything wonderfully.

    The report generates a lot of data about the software part, and you can view it at any time without the program itself - this is very convenient

    What have we learned about the motherboard? - Conclusions

    Friends, we have considered several ways to find out the model of the motherboard. As you understood from the note, it is quite possible to do this without disassembling the system unit - there are more civilized methods.

    What to do with this information? - even if you need to visually look at your motherboard, it is quite possible to find its image and specifications on the official website by model name.