32-bit operating system x86-based processor là gì

Upgrading from the 32-bit version to the 64-bit version of Windows requires that you reformat your hard disk, install the 64-bit version of Windows, and then reinstall everything else that you had on your device.

Windows 10 and Windows 8.1

  1. Select the Start button, then select Settings \> System \> About . Open About settings
  2. At the right, under Device specifications, see System type.

Windows 7

  1. Select the Start button
    32-bit operating system x86-based processor là gì
    , right-click Computer, and then select Properties.
  2. Under System, see the system type.

To install a 64-bit version of Windows, you need a CPU that's capable of running a 64-bit version of Windows. The benefits of using a 64-bit operating system are most apparent when you have a large amount of random access memory (RAM) installed on your computer, typically 4 GB of RAM or more. In such cases, because a 64-bit operating system can handle large amounts of memory more efficiently than a 32-bit operating system, a 64-bit system can be more responsive when running several programs at the same time and switching between them frequently.

To run a 64-bit version of Windows, your computer must have a 64-bit-capable processor. To find out if your processor is 64-bit-capable, do the following.

Windows 10 and Windows 8.1

  1. Select the Start button, then select Settings \> System \> About . Open About settings
  2. At the right, under Device specifications, see System type.

Windows 7

  1. Select the Start button
    32-bit operating system x86-based processor là gì
    , and then select Control Panel. In the search box, type Performance Information and Tools, and then, in the list of results, select Performance Information and Tools.
  2. Select View and print detailed performance and system information.
  3. In the System section, you can see what type of operating system you're currently running under System type, and whether or not you can run a 64-bit version of Windows under 64-bit capable. (If your computer is already running a 64-bit version of Windows, you won't see the 64-bit capable listing.)

Find out how to choose between the 64-bit or 32-bit version of Office.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

The x86 and x64 architectures refer to the two most widely-used types of instruction set architectures (ISA) created by Intel and AMD. An ISA specifies the behavior of machine code and defines how the software controls the CPU.

ISA is the hardware and software interface, defining what the CPU can do and how.

In this article, you will learn the difference between the x64 and x86 architectures.

32-bit operating system x86-based processor là gì

What is x86 Architecture?

x86 is a type of ISA for computer processors originally developed by Intel in 1978. The x86 architecture is based on Intel's 8086 (hence the name) microprocessor and its 8088 variant. At first, it was a 16-bit instruction set for 16-bit processors, and later it grew to 32-bit instruction sets.

The number of bits signifies how much information the CPU can process per cycle. For example, a 32-bit CPU transfers up to 32 bits of data per clock cycle.

Due to its capability of running on almost any computer, from laptops, home PCs, and servers, x86 architecture has become popular among numerous microprocessor manufacturers.

The x86 architecture's most significant limitation is that it can handle a maximum of 4096 MB of RAM. Since the total number of supported combinations is 2^32 (4,294,967,295), the 32-bit processor has 4.29 billion memory locations. Each location stores one byte of data, equating to approximately 4GB of accessible memory.

Today, the term x86 denotes any 32-bit processor capable of running the x86 instruction set.

What is x64 Architecture?

x64 (short for x86-64) is an instruction set architecture based on x86, extended to enable 64-bit code. It was first released in 2000, introducing two modes of operation - the 64-bit mode and the compatibility mode, which allows users to run 16-bit and 32-bit applications as well.

Since the entire x86 instruction set remains implemented in the x64 one, the older executables run with practically no performance penalties.

The x64 architecture supports much greater amounts of virtual and physical memory than the x86 architecture, allowing applications to store large data amounts in memory. Additionally, x64 expands the number of general-purpose registers to 16, providing further enhancements and functionality.

The x64 architecture can utilize a total of 2^64 bytes, equaling to 16 billion gigabytes (16 exabytes) of memory. The much greater resource utilization makes it suitable for powering supercomputers and machines that need access to vast resources.

The x64 architecture allows the CPU to process 64-bits of data per clock cycle, much more than the x86 one.

While both architecture types are based on the 32-bit set, some key differences make them suitable for different uses. The main difference between them is the amount of data they can handle with each clock cycle and the processor's register width.

32-bit operating system x86-based processor là gì

The processor stores frequently used data in a register for quick access. A 32-bit processor on x86 architecture has 32-bit registers, while 64-bit processors have 64-bit registers. Thus, x64 allows the CPU to store more data and access it faster. The register width also determines the amount of memory a computer can utilize.

The following table shows an overview of the key differences between the x86 and x64 architecture sets:

ISAx86x64Initial releaseIntroduced in 1978.Introduced in 2000.CreatorIntelAMDOriginBased on the Intel 8086 processor.Created as an extension of the x86 architecture.Bit amount32-bit architecture.64-bit architecture.Addressable space4 GB.16 EB.RAM limit4 GB (actual usable RAM 3.2 GB).16 billion GB.SpeedSlower and less powerful compared to x64.Allows high-speed processing of large sets of integers; inherently faster than x86.Data transmissionSupports parallel transmits of only 32-bits via a 32-bit bus in a single go.Supports parallel transmits of larger chunks of data via the 64-bit data bus.StorageUtilizes more registers to split and store data.Stores large data amounts with fewer registers.Application supportNo support for 64-bit apps and programs.Supports both 64-bit and 32-bit apps and programs.OS supportWindows XP, Vista, 7, 8, Linux.Windows XP Professional, Windows Vista, Windows 7, Windows 8, Windows 10, Linux, Mac OS.

Features

Each architecture set has features that define it and give it an edge in specific use cases. The following lists showcase the features of x64 and x86:

x86

  • It uses complex instruction set computing architecture (CISC).
  • Complex instructions require multiple cycles to execute.
  • x86 has more registers available but less memory.
  • Designed with fewer pipelines, but it can handle complex addresses.
  • System performance is optimized using the hardware approach - x86 relies on physical components to compensate for low memory.
  • Uses software-based DEP (Data Execution Prevention).

x64

  • Has 64-bit integer capability with backward compatibility for 32-bit applications.
  • The (theoretical) virtual address space amounts to 2^64 bytes (16 exabytes). However, only a small portion of the theoretical 16-exabyte range is currently used in real life - about 128 TB.
  • x64 processes large files by mapping the entire file into the process's address space.
  • Faster than x86 due to its faster parallel processing, 64-bit memory and data bus, and larger registers.
  • Supports simultaneous operation of large files on multiple address spaces. Additionally, x64 emulates two x86 tasks simultaneously and provides a faster experience than x86.
  • Loads instructions more effectively and efficiently.
  • Uses hardware-backed DEP (Data Execution Prevention).

Applications

Due to their different features and differences in resource access, speed, and processing power, each architecture set is used for different purposes:

x86

  • Many of the world's PCs are still based on x86 operating systems and CPUs.
  • Used for gaming consoles.
  • Cloud computing segments still use the x86 architecture.
  • Older applications and programs usually run on 32-bit architecture.
  • It is better for emulation.
  • 32-bit is still preferred in audio production due to its compatibility with older audio equipment.

x64

  • An increasing number of PCs use 64-bit CPUs and operating systems based on the x64 architecture.
  • All modern mobile processors use the x64 architecture.
  • It is used to power supercomputers.
  • Used in video-game consoles.
  • Virtualization technologies are based on the x64 architecture.
  • It is better suitable for newer game engines as it is faster and provides better performance.

Limitations

While both ISAs have limitations, x64 is a newer, more perfected type of architecture. Below is a list of limitations of both types of architectures:

x86

  • It has a limited pool of addressable memory.
  • The processing speeds are lower compared to x64.
  • Vendors no longer develop applications for 32-bit operating systems.
  • Modern CPUs require a 64-bit OS.
  • All devices on the system (video cards, BIOS, etc.) share the available RAM, leaving even less memory for the OS and applications.

x64

  • It doesn't natively run on older, legacy devices.
  • Its high performance and speed usually consume more power.
  • 64-bit drivers are unlikely to become available for older systems and hardware.
  • Some 32-bit software isn't fully compatible with 64-bit architecture.

How to Check if Your Computer is x64 or x86?

If you own a PC purchased in the last 10-15 years, it likely runs on x64 architecture. Follow the steps below to check if your PC is 32-bit or 64-bit:

Step 1: Open Settings

On Windows 10, press the Windows key and click the Settings icon.

32-bit operating system x86-based processor là gì

Step 2: Open System Options

In the settings menu, select the System option.

32-bit operating system x86-based processor là gì

Step 3: Find Device Specifications

Select the About option in the left pane, and under the Device specifications section, find the system type:

32-bit operating system x86-based processor là gì

In the example above, the system is a 64-bit operating system with an x64-based processor.

Is x86 or x64 Better?

Although both x86 and x64 have advantages, the future doesn't tolerate limits, which means that x86 will eventually be scarcely used or completely dropped. Additionally, x64 is much faster, can allocate more RAM memory, and has parallel processing capabilities via the 64-bit data bus, making it a better choice between the two architecture types.

When choosing which OS type to install, it is always better to install a 64-bit OS because it can run both 32-bit and 64-bit software. On the other hand, an x86-based OS runs only 32-bit software.

Overall, x64 is much more capable than x86, utilizing all installed RAM, providing more hard drive space, faster bus speeds, and overall better performance.

Conclusion

This article shown the differences between an x86 and x64 instruction set architecture, along with their features, use cases, and limitations. Take into account all the features of each ISA and choose the one best suited for your configuration.

32

Nếu bạn thấy thông tin: 32-bit operating system, x64-based processor, điều này có nghĩa là máy tính của bạn đang sử dụng một phiên bản 32-bit của Windows 10 nhưng CPU vẫn có thể chạy phiên bản 64-bit.

Làm sao để biết x64 hay x86?

Bạn nhấn tổ hợp phím Windows + R > Nhập "msinfo32" vào ô Open > Nhấn OK. Bạn quan sát ở mục System Type. Nếu như hiện dòng x64-based PC thì máy tính của bạn đang chạy Windows 64 bit, nếu hiện dòng x86-based PC thì đó là Windows 32 bit.

Win 7 32bit và 64bit khác nhau như thế nào?

Thực tế hai phiên bản Win 64bit và 32bit không có nhiều khác biệt. Tuy nhiên, bản 32bit sẽ bị giới hạn dung lượng RAM tối đa 4GB trong khi Win 64bit có thể hỗ trợ dung lượng RAM lớn hơn. Do vậy, tùy thuộc vào cấu hình máy, nếu sở hữu RAM lớn hơn 4GB thì nên dùng bản 64bit.

64 bit Operating System x64

64-bit operating system, x64-based processor: CPU trong máy tính của bạn có hỗ trợ 64bit và bạn đã cài đặt sẵn hệ điều hành Windows 10 64bit rồi. 32-bit operating system, x86-based processor: CPU trong máy tính của bạn không hỗ trợ 64bit và bạn đã cài đặt hệ điều hành Windows 10 32bit.