The correct spelling is R-E-G-I-S-T-E-R
Register has two meanings in computing, and both are spelled the same way. The first is a verb: to enter your information into a system, usually to create an account or sign up for a service. The second is a noun: a tiny, ultra-fast storage area inside your processor that holds data the CPU is actively working with right now. In everyday tech conversations, you will almost always hear the verb — someone asking you to register for a website or software program.
The word comes from the same root as "registry" — a record or list of things. When you register, you are adding yourself to a list. When a processor uses a register, it is storing a value in the fastest possible location so it can work with it when ready.
Key Takeaways
- Register as a verb means to create an account or enter your information into a system, spelled R-E-G-I-S-T-E-R.
- Register as a noun refers to tiny, extremely fast memory locations inside your processor that hold data during calculations.
- The verb form is what most people encounter — websites, software, and services ask you to register before using them.
- Both meanings come from the idea of recording or listing something, which is why the spelling never changes between the two uses.
Register as a verb: Creating an account
When a website or program asks you to register, it is asking you to create an account by providing information like your name, email address, and a password. This information goes into the service's database so the system can recognize you the next time you log in. Registration is usually free and is the first step before you can use most online services.
You might register for email (Gmail, Outlook), social media (Facebook, Twitter), online shopping (Amazon), banking apps, or software you read to your computer. The registration process protects both you and the service — it lets the service know who is using it, and it lets you prove that the account belongs to you if something goes wrong.
Register as a noun: Inside your processor
A register in computing hardware is a small block of memory built directly into your processor. It holds a single piece of data — usually a number or instruction — that the CPU needs to use right now. Registers are the fastest memory your computer has, much faster than RAM, because they are located on the chip itself rather than on a separate stick of memory.
Your processor has dozens of registers, each one holding a small amount of data. When your CPU performs a calculation, it pulls values from RAM into registers, does the math, and then stores the result back. This happens billions of times per second. You will never interact with registers directly — the processor manages them automatically — but they are one reason why processor speed and design matter for overall performance.
Why the spelling matters in tech writing
In technical documentation and error messages, you will see "register" spelled correctly in both contexts. A website might say "Register here to create your account," while a processor manual might describe "the CPU's general-purpose registers." Getting the spelling right helps you search for the right information — if you misspell it as "regester" or "registor," search engines will either correct you or return fewer results.
The spelling is also consistent across English-speaking countries. British English, American English, and Australian English all use R-E-G-I-S-T-E-R for both the verb and the noun, so you do not need to adjust based on region.
Common places you will see this word
In everyday tech use, you will encounter "register" most often as a verb. Websites display buttons that say "Register," "Sign up," or "Create account" — these all mean the same thing. Email services, online banking, streaming platforms, and software programs all use registration to set up your account.
The noun form appears in technical contexts: processor specifications, computer architecture courses, and performance optimization guides. If you are reading about how your CPU works or why upgrading your processor improves speed, you may see registers mentioned. For most users, understanding the verb form is enough — you register for services constantly, but you never directly work with processor registers.
Register versus similar words
Do not confuse "register" with "registry." A registry is a database or collection of records — Windows has a "Windows Registry" that stores system settings. When you register, you are adding an entry to a registry. The words are related but not interchangeable.
You might also see "registration," which is the noun form of the verb register — it means the act of registering or the information you provided during registration. A website might ask for your "registration details" or say "registration is complete." All three words — register, registry, and registration — are spelled differently and mean different things, so pay attention to which one a sentence is using.
Frequently Asked Questions
Is it "register" or "registar"?
It is "register" with an E before the R at the end. A "registrar" (with an A) is a person who keeps official records, like a university registrar. But the word for creating an account or the processor component is always "register."
Do I have to register to use most websites?
Most websites require registration to use their full features, but some let you browse without an account. Social media, email, banking, and shopping sites all require registration. News sites and blogs often let you read without registering, though they may ask you to register to comment or save articles.
What happens to my information when I register?
The service stores your information in their database. They use it to recognize you when you log in and to provide personalized features. You should read their privacy policy to understand how they use and protect your data. You can usually delete your account later if you no longer want to use the service.
Can I register with a fake name?
You can create an account with any username you want, but many services require a real email address to verify that you own it. Some services, like banking or government sites, require your legal name and identity verification. Check the service's requirements before registering.
Why do processors need registers if they have RAM?
Registers are much faster than RAM because they are on the processor chip itself. The CPU uses registers to hold the data it is actively working with right now, then moves results back to RAM for storage. This speed difference is one reason why processor design and clock speed affect how fast your computer runs.