What Is A 64-Bit Processor (64-Bit Computing)? - TechTarget

  • Home
  • Data center hardware and strategy
  • Share this item with your network:
Stephen J. Bigelow By
  • Stephen J. Bigelow, Senior Technology Editor
Published: Mar 09, 2022

What is a 64-bit processor (64-bit computing)?

A 64-bit processor refers to a microprocessor that can process data and instructions in chunks of 64 bits. Microprocessors that can handle 64 bits perform a larger number of calculations per second compared to 32-bit processors. Typical variations of the term include 64-bit CPU, 64-bit computing and 64-bit microprocessor.

Every microprocessor handles two key criteria: memory addresses and the corresponding data or instruction present at each memory address. Thus, microprocessors are tied to memory where applications and data are executed, and the number of bits available on a processor define the memory size and space, as well as the volume of data that a processor can handle per unit of time. This has become a de facto way of classifying or categorizing modern processors.

A 64-bit processor uses internal registers -- temporary storage locations within the processor -- that are 64 bits wide. This typically corresponds to an address bus and data bus that are also 64 bits wide. The address bus is the pathway of electrical signals used to determine the device or memory address that the processor is attempting to access. The data bus is the pathway used to exchange data with the intended address. Processors also include signaling for a third control bus, but this bus is typically a unique collection of discrete, or individual, digital signals and does not operate like an address or data bus.

What's the difference between a 32-bit and 64-bit processor?

64-bit processors may include and support the following advanced technologies:

  • faster system clock speeds and bus speeds;
  • hyper-threading and fast data exchanges;
  • larger internal cache; and
  • advanced instruction sets.

However, these features are generally not a direct result of 64-bit registers or address or data bus design. For our purposes, the principle distinction between 32-bit and 64-bit processors is the increased bus width.

The simple notation of 64-bit may sound unimpressive by itself, but the use of 64 bits brings powerful implications for computers. In binary parlance, 264, or two raised to the 64th power, equates to 18,446,744,073,709,551,616 unique numbers. For an address bus, that is about 18 exabytes of potential addressable memory space. For a data bus, that is 18 quintillion different possible values. It is leaps and bounds more than the 4 gigabytes of addressable memory space possible with previous 32-bit processors (232 = 4,294,967,296).

64-bit computing compatibility explained

Considering the large investment involved in computer hardware and software, the idea of backward compatibility is critical -- will what I have now work on something different or new? Moving from a 32-bit to a 64-bit architecture could potentially be disruptive. Even though 64-bit computing has been the norm for well over a decade now, it is worth considering the implications of such a transition.

Hardware. 64-bit processors are not compatible with 32-bit processors. The sheer number of signal pins involved in the processor's packaging is enough to ensure that a 64-bit processor cannot simply drop into a 32-bit processor socket on the computer's motherboard. At a minimum, a 64-bit computer requires an entire motherboard replacement to support the 64-bit processor, differing clock and bus configurations, new chipsets to interface the processor to other input/output devices like disks and ports, and sockets for much larger memory devices.

Most system diagnostics reveal the current processor hardware configuration. For example, Microsoft Windows 10 shows basic system details by selecting Settings > About.

64-bit processor
The specs for this desktop show it has a 64-bit operating system.

OSes. 64-bit processors have taken great pains to support compatibility between both 32-bit OSes and 64-bit OSes. A computer owner who licensed a 32-bit OS should be able to reinstall or use that OS on a 64-bit computer. However, the advanced features, functionality and performance of the 64-bit processor may not be available without a suitable 64-bit OS. Emerging OSes, such as Windows 11, dropped support for 32-bit architectures and no longer support 32-bit computing.

Software drivers. Drivers are small bits of software designed to extend the capabilities and compatibilities of an OS by enabling it to recognize, configure and use hardware devices. The drivers should match the OS. So, a 32-bit OS should run with 32-bit drivers, and a 64-bit OS should use corresponding 64-bit drivers. A 32-bit driver is not compatible with a 64-bit OS. Most hardware devices have both 32-bit and 64-bit driver versions available, so select the driver version that is appropriate for the OS.

If a 64-bit driver is not available for a hardware device, it may be possible to use a generic 64-bit driver, although some of the device's specialized or proprietary features may be unavailable. Otherwise, the device needs to be replaced with a new device that does include a suitable driver.

Applications. Most 32-bit applications function on a 64-bit processor and 64-bit OS. The only applications that do not operate properly on a 64-bit platform are those that rely specifically on 32-bit drivers -- which are not compatible with 64-bit OSes -- or those applications that incorporate 32-bit processor-specific instructions or code. Today, only the most unique or niche applications continue to use 32-bit environments, and almost all enterprise applications have updates and patches available to handle 64-bit software versions.

Advantages and limitations of 64-bit processors

64-bit processors offer numerous advantages, including the following:

  • Vastly more memory space. Such a large amount of addressable memory space enables computers to load and run large, complex software programs that use enormous data sets -- all loaded and running in the computer's memory. These programs can include computer-aided design and other data visualization applications, database management systems, technical and scientific applications such as Hadoop and other big data tools, and high-performance servers. In addition, such a vast memory space can readily support logical virtualization and the deployment of many simultaneous virtual machines.
  • Better performance when moving data. Moving and processing more data faster is the key to processor performance. Since processors use 64 bits for both addressing and data, the processor can carry twice the amount of data carried by 32-bit processors in every clock cycle. This enables the processor to handle far more data and instructions per unit of time than previous processors.
  • More detail in 64-bit data. Not only can 64 data bits move more smaller pieces of data, a 64-bit data word can conveniently express orders of magnitude more data resolution -- 264 different states rather than 232, or even smaller 216 or 28, states. Such additional detail can have a dramatic effect on the complexity and expression of data sets, such as rendering topographical maps or visualizing other data.

Still, there are several drawbacks to today's 64-bit processors, including the following:

  • Industry catch-up. In practical terms, today's 64-bit processors cannot access all of the potential memory space that 64 bits offer. When 64-bit processors were first released, the practical memory limit was about 8 terabytes (TB) because of early 64-bit OSes and other hardware limits. Today, OSes and supporting hardware have advanced, and 64-bit processors are typically limited to about 256 TB -- just 48 bits -- of memory space because of current OS and remaining limitations of memory design. The problem is not that the 64-bit processor cannot use all 64 bits, but rather the rest of the computer industry is still catching up and evolving to grow into that enormous capacity. So, this issue should disappear in the coming years.
  • Memory waste. 64-bit computing offers backward compatibility with 32-bit computing. However, the translation from 32-bit to 64-bit computing environments can lead to wasted memory capacity, depending on the ways that data is formatted and stored. For example, some 32-bit applications and data sets may need to add padding -- basically null data -- to occupy the additional 32 bits at every address. It works, but it is not an effective use of the additional capacity when using older 32-bit software or data. This issue should also disappear over time as older 32-bit legacy software is updated and replaced by equivalent 64-bit programs.

The terms CPU and microprocessor are used interchangeably, and while they both execute some of the same computer tasks, their functions differ slightly. Learn how CPUs and microprocessors differ.

Continue Reading About 64-bit processor (64-bit computing)

  • How to choose the right PC for your business
  • How to evaluate Mac vs. PC for businesses
  • Windows 10 vs. Windows 11 requirements force PC upgrades
  • Explore the evolution of Intel and AMD server processors
  • Impact of low chip supply spreads

Related Terms

What is a configuration management database? A configuration management database (CMDB) is a file -- usually in the form of a standardized database -- that contains all ... See complete definition What is data restoration? Data restoration is the process of copying backup data from secondary storage and restoring it to its original location or a new ... See complete definition What is off-site backup? Off-site backup is a method of backing up data to a remote server or to media that's transported to another physical location. See complete definition

Dig Deeper on Data center hardware and strategy

  • What is a word in computing architecture?
    MaryShacklett By: Mary Shacklett
  • What is high-bandwidth memory (HBM)?
    SeanKerner By: Sean Kerner
  • An intro to CAMM memory and how it compares with DIMMs
    JimHandy By: Jim Handy
  • What is a microcontroller (MCU)?
    By: Cameron Hashemi-Pour
Sponsored News
  • Exposing Six Big Backup Storage Challenges –Exagrid
  • Optimize Refresh Cycles With Real-World Data –Dell Technologies
  • See More
Vendor Resources
  • Securing AI workloads on Dell PowerEdge with Intel® Xeon® processors using ... –Dell Technologies and Intel®
  • Discover Amazon EC2 Gen 8 instances, powered by Intel Xeon 6 processors –AWS
Latest TechTarget resources
  • Windows Server
  • Cloud Computing
  • Storage
  • Sustainability and ESG
SearchWindows Server
  • Configure domain controllers after Server 2025 upgrade

    Windows Server 2025 has many new features, but how can you get the most from them? Use this tutorial to configure AD domain ...

  • Microsoft Applied Skills program puts expertise to the test

    Microsoft's Applied Skills help IT pros validate hands-on technical expertise and real-world skills. But what sets these ...

  • Understand the basics of Microsoft hybrid identity

    Microsoft hybrid identity combines on-premises AD resources and cloud-based Entra ID capabilities to create a seamless access ...

Search Cloud Computing
  • GenAI drives $119B cloud revenue in Q4

    Q4 cloud infrastructure service revenues reach $119.1 billion, bringing the 2025 total to $419 billion. See how much market share...

  • Cloud infrastructure suffers AI growing pains

    Will $5 trillion in AI infrastructure investment be enough? Cloud providers facing that question must also yield a return, ...

  • 8 reasons why IT leaders are embracing cloud repatriation

    As IT leaders aggressively re-allocate capital to fund new AI initiatives, repatriation offers both savings and greater control, ...

Search Storage
  • Data storage management: What is it and why is it important?

    Effective data storage management is more important than ever, as security and regulatory compliance have become even more ...

  • Vast Data services speed up AI workloads, add intelligence

    New services and features from Vast aim to tackle AI workload bottlenecks by embedding more intelligence at the data storage ...

  • AI brings storage admin challenges of trust, tech and liability

    Storage admins should stock up on aspirin as the continued enterprise AI adoption throughout 2026 will continue to create new ...

Sustainability and ESG
  • The importance of sustainability and finance alignment

    How can sustainability leaders get CFOs on board with their strategies? They must speak the same language. Cut the jargon and ...

  • Build a comprehensive supply chain traceability checklist

    Start a supply chain traceability journey with this comprehensive checklist to drive efficiency, improve risk management, ...

  • The CIO's guide to equitable emerging tech

    CIOs must prioritize equity when adopting new technologies to prevent harm, improve accessibility and make sure the technology ...

Close

Tag » Architecture X64 Means