How the Year 2000 Problem Worked (2024)

How the Year 2000 Problem Worked (1)

You will be hearing about the "Year 2000" problem constantly in the news this year. And you will hear a lot of conflicting information in the process. There is also a good bit of "end of the world" rhetoric floating around on the Internet. What should you believe?

In this edition of How Stuff Works we will discuss the Year 2000 problem (also known as the Y2K problem) so that you understand exactly what is happening and what is being done about it. You can also explore a variety of links. From this information you draw your own informed conclusions.

Advertisem*nt

What Is the Y2K Problem?

The cause of the Y2K problem is pretty simple. Until recently, computer programmers have been in the habit of using two digit placeholders for the year portion of the date in their software. For example, the expiration date for a typical insurance policy or credit card is stored in a computer file in MM/DD/YY format (e.g. - 08/31/99). Programmers have done this for a variety of reasons, including:

  • That's how everyone does it in their normal lives. When you write a check by hand and you use the "slash" format for the date, you write it like that.
  • It takes less space to store 2 digits instead of 4 (not a big deal now because hard disks are so cheap, but it was once a big deal on older machines).
  • Standards agencies did not recommend a 4-digit date format until recently.
  • No one expected a lot of this software to have such a long lifetime. People writing software in 1970 had no reason to believe the software would still be in use 30 years later.

The 2-digit year format creates a problem for most programs when "00" is entered for the year. The software does not know whether to interpret "00" as "1900" or "2000". Most programs therefore default to 1900. That is, the code that most programmer's wrote either prepends "19" to the front of the two-digit date, or it makes no assumption about the century and therefore, by default, it is "19". This wouldn't be a problem except that programs perform lots of calculations on dates. For example, to calculate how old you are a program will take today's date and subtract your birthdate from it. That subtraction works fine on two-digit year dates until today's date and your birthdate are in different centuries. Then the calculation no longer works. For example, if the program thinks that today's date is 1/1/00 and your birthday is 1/1/65, then it may calculate that you are -65 years old rather than 35 years old. As a result, date calculations give erroneous output and software crashes or produces the wrong results.

The important thing to recognize is that that's it. That is the whole Year 2000 problem. Many programmers used a 2-digit format for the year in their programs, and as a result their date calculations won't produce the right answers on 1/1/2000. There is nothing more to it than that.

The solution, obviously, is to fix the programs so that they work properly. There are a couple of standard solutions:

  • Recode the software so that it understands that years like 00, 01, 02, etc. really mean 2000, 2001, 2002, etc.
  • "Truly fix the problem" by using 4-digit placeholders for years and recoding all the software to deal with 4-digit dates. [Interesting thought question - why use 4 digits for the year? Why not use 5, or even 6? Because most people assume that no one will be using this software 8,000 years from now, and that seems like a reasonable assumption. Now you can see how we got ourselves into the Y2K problem...]

Either of these fixes is easy to do at the conceptual level - you go into the code, find every date calculation and change them to handle things properly. It's just that there are millions of places in software that have to be fixed, and each fix has to be done by hand and then tested. For example, an insurance company might have 20 or 30 million lines of code that performs its insurance calculations. Inside the code there might be 100,000 or 200,000 date calculations. Depending on how the code was written, it may be that programmers have to go in by hand and modify each point in the program that uses a date. Then they have to test each change. The testing is the hard part in most cases - it can take a lot of time.

If you figure it takes one day to make and test each change, and there's 100,000 changes to make, and a person works 200 days a year, then that means it will take 500 people a year to make all the changes. If you also figure that most companies don't have 500 idle programmers sitting around for a year to do it and they have to go hire those people, you can see why this can become a pretty expensive problem. If you figure that a programmer costs something like $150,000 per year (once you include everything like the programmer's salary, benefits, office space, equipment, management, training, etc.), you can see that it can cost a company tens of millions of dollars to fix all of the date calculations in a large program.

Although the Y2K problem came and went in January of 2000, we have saved this article as an archived editon of HowStuffWorks because of its historical value. Published at the beginning of 1999 at the height of the Y2K panic in the media, this article is noteworthy for the sentence, "In reality, nothing will happen." In retrospect, that sentence was completely correct, but in January 1999 that was definitely not the picture the mainstream media was painting. HowStuffWorks received quite a bit of flaming email for making this simple prediction.

Advertisem*nt

What will happen on 1/1/2000?

On January 1, 2000, software that has not been fixed will stop working or will produce output that is incorrect. The big question is, "How big an effect will that have on the world as we know it?"

Some people are predicting that the world will end. For example, worldwide power failures, a total breakdown of the transportation infrastructure (meaning food cannot get to stores, etc.), planes falling out of the sky, and so on are the scenarios these people foresee. The prediction is that the fabric of society will collapse, people everywhere will riot and the world will burn to the ground. Of course, the people making these predictions all tend to be: A) militia members, B) survivalists and C) religious zealots. It is important to recognize the source of these predictions.

Advertisem*nt

In reality, nothing will happen. There may be a week or two of inconvenience as unforeseen problems present themselves and are worked around. Otherwise there will be no effect. That is an easy prediction to make because:

  1. Most companies and government agencies will have their software fixed, or will have work-arounds in place, by the end of 1999. If they don't they will go out of business, and that's a strong incentive to get the job done.
  2. No matter how dependent we think we are on computers, most everything is run by people, not silicon. Take food for example. The tomatoes and lettuce will keep growing, and the people that pick it will keep picking, and the cannery will still can it, the truck drivers will still drive their trucks and the grocery stores will still sell it. In other words, the world will not stop even if a few computers do.
  3. Some companies will not have their acts together and will have problems. They will go out of business. That is normal capitalism at work. There will be a little disruption as the winners and losers sort it out, but what else is new?

Another thing to keep in mind is that we experience inconvenience all the time and it has little or no effect on us. For example, when UPS (United Parcel Service) went on strike in 1997, it shut down something like 80% of the package delivery infrastructure in the U.S. The world did not end - everyone used the Post Office and Fedex instead. On 1/3/1999 Chicago and Detroit experienced their worst snowstorms in 30 years. It shut down air travel nationwide, delayed the opening of the Detroit auto show, stranded tens of thousands of people, etc. Somehow we all managed to survive with the inconvenience. On 1/1/2000 there will be a some companies that have problems. But there will be lots of other companies that don't. It may create inconvenience, but that is all that it will create and two weeks later we will have sorted it out. It's no different from a big snowstorm or a big strike - we figure out ways around the problems and life goes on.

There are many scare tactics and exagerations used around the Year 2000 problem. In all of them there is a fairly broad assumption that people cannot do their jobs anymore. The important thing to recognize is that, even if many of the computers in the world were to suddenly shut down on 1/1/2000, the total effect would be minimal because people know what they are doing. Let me show you why:

  • Let's say that every ATM in the U.S stopped working. There are still tellers and you can still talk to a teller at the bank during normal business hours to make deposits and withdrawals.
  • Let's say that every computer at UPS were to shut down. UPS is a bunch of people driving around their brown trucks, and they can all read address labels. The packages will still get delivered.
  • Let's say that every barcode scanner in the stores stopped working. Cashiers can still type in the prices.
  • Let's say that every computer at the FAA were to shut down, and all the automatic pilot computers in airplanes stopped working. Air traffic controllers are people, and pilots can still fly airplanes. We might not be able to land 2 planes every minute at busy airports, but planes will still fly.
  • One of the biggest scare tactics used around the Y2K problem is "failure of the power grid". Let's say that there was something that went wrong somewhere. There are thousands of competent people who manage and repair the power grid - these are the same people who put the grid back together after every major hurricane, ice storm, etc. Also important to note is that the power grid is not something magical. Please read How the Power Grid Works and educate yourself. The grid is made up of passive wires and transformers. Electrons will still flow through wires on 1/1/2000.

There is an assumption among doomsdayers that somehow, on 1/1/2000, every computer will fail (which is silly), AND that every human being will somehow "fail" as well. If you think about it, you can see how untrue that is. We all know how to do our jobs, and we all want to live our lives. On 1/1/2000 we will all be the same. We will get in our cars and we will want to go buy something. The people selling the something will still want to sell it so they can make money. That is never going to change.

Links

Advertisem*nt

Frequently Answered Questions

What does Y2K mean?

The term "Y2K" is a shorthand way of referring to the Year 2000 problem. The problem is that many computer systems store dates using only the last two digits of the year, which could cause some systems to misinterpret the year 2000 as the year 1900. This could cause problems with data processing and other activities that depend on dates.

Why was Y2K a big deal?

The Y2K problem was a big deal because it had the potential to cause widespread havoc. The problem was that some computer systems were not programmed to properly handle dates beyond 1999. This could have led to a number of problems, such as the malfunctioning of critical infrastructure or the loss of important data.

What was the Y2K virus?

The Y2K virus was a computer virus that was designed to spread on the first day of the year 2000. The virus caused computers to crash and was responsible for billions of dollars in damage.

How the Year 2000 Problem Worked (2024)

FAQs

How was the year 2000 problem solved? ›

Two-digit years were expanded to include the century (becoming four-digit years) in programs, files, and databases. This was considered the "purest" solution, resulting in unambiguous dates that are permanent and easy to maintain.

What are the solutions to the Y2K problem? ›

Software and hardware companies raced to fix the bug and provided "Y2K compliant" programs to help. The simplest solution was the best: The date was simply expanded to a four-digit number. Governments, especially in the United States and the United Kingdom, worked to address the problem.

Did Y2K actually affect anything? ›

What Problems Actually Occurred. A survey of 51 school districts across the United States indicated that very few problems arose resulting from the millennium bug. One district reported that some water heaters had to be turned on manually. Another reported that computers were displaying incorrect dates on the screen.

What was the major concern about the year change from 1999 to 2000? ›

Why Was Y2K Scary? Experts feared that the switch from the two-digit year '99 to '00 would wreak havoc on computer systems ranging from airline reservations to financial databases to government systems.

What does Y2K slang mean? ›

Y2K stands for “The year 2000.” When you see this slang term online, it might refer to the Y2K bug at the end of 1999, the fashion trends of the late 90s and early 2000s, or the popular Y2K aesthetic on TikTok.

How much did the Y2K bug cost? ›

In all, preparation for Y2K cost the U.S. upwards of $100 billion, the Washington Post reported in November 1999, though many have since credited Y2K with creating new jobs and highlighting the importance of information technology employees.

Why were people scared of the Y2K bug? ›

In the year 1999, computer programmers and users feared that their computers would stop working at the turn of the century. Everyone was being warned and told to shut down their machines so that their computers did not freak out when the clock changed to 12am on January 1st of 2000.

What is the Y2K problem for kids? ›

The Y2K bug resulted from the shortsightedness of a few programmers in the 1970s. Concerned with minimizing the use of the computer's then precious memory, these programmers used only two places (19xx) to 'encode' the calendar year for dates. They simply didn't think beyond the year 1999.

What would Y2K have done? ›

If computers interpreted the “00” in 2000 as 1900, this could mean headaches ranging from wildly erroneous mortgage calculations to, some speculated, large-scale blackouts and infrastructure damage.

Which best describes the Y2K problem? ›

The Y2K problem arose because computer programmers stored dates using only the last two digits of the year to save on expensive memory. This could cause computers to mistake 2000 for 1900 and malfunction. People feared systems like banking, transportation and utilities would fail at midnight on December 31, 1999.

Will Y2K happen again? ›

That is an hourglass that will run out after sixty-eight years. At 3:14:07 AM GMT on January 19, 2038, the UNIX Epoch timestamp runs out of new values and resets to zero. This raises the prospect of Y2K happening all over again.

Why will Y2K happen in 2038? ›

Many systems use a 32-bit integer to store the Unix time - the number of seconds since January 1, 1970, known as the Unix epoch. On January 10, 2038, at 03:14:07 UTC, this count will exceed the maximum value a 32-bit integer can hold, causing an overflow.

Who solved the Y2K problem? ›

It also required the cooperation of governments, institutions, etc. around the globe. The USA and UK worked day and night to fix this issue, while the Australian government invested millions of dollars to fix this problem.

How was Y2K prevented? ›

The Y2K problem was solved by thousands of programmers around the world who carefully scrutinized millions of lines of legacy code for places where dates were stored or manipulated using only two decimal digits for the year.

How did Y2K affect the economy? ›

Y2K spending, which started as early as 1995, appears to have peaked in 1998 and 1999 at about $30 billion per year. Effects on Productivity: Spending to fix the Y2K technological errors increases costs and creates a diversion of spending from other productive investments.

What happened around the year 2000? ›

2000 was also the year that Nintendo announced their GameCube, the film American Beauty won numerous awards, and Brad Pitt and Jennifer Aniston tied the knot. Discover even more iconic news events by choosing a 2000 newspaper from the date of your choice, showing you which big events made the front pages.

Why was the year 2000 so special? ›

2000 was designated as the International Year for the Culture of Peace and the World Mathematical Year. Popular culture holds the year 2000 as the first year of the 21st century and the 3rd millennium, because of a tendency to group the years according to decimal values, as if non-existent year zero were counted.

Why was the year 2000 feared? ›

Many feared that when the clocks struck midnight on January 1, 2000, many affected computers would be using an incorrect date and thus fail to operate properly unless the computers' software was repaired or replaced before that date.

Why were people scared of the year 2000? ›

The early fears about the Year 2000 computer problem featured all sorts of machines driven haywire by their inability to read dates in the new year: computer networks that control power, water and phone systems freeze; railroads, airlines and trucks are idled as dispatch and traffic safety systems crash, and the ...

Top Articles
Latest Posts
Article information

Author: Msgr. Refugio Daniel

Last Updated:

Views: 5841

Rating: 4.3 / 5 (74 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Msgr. Refugio Daniel

Birthday: 1999-09-15

Address: 8416 Beatty Center, Derekfort, VA 72092-0500

Phone: +6838967160603

Job: Mining Executive

Hobby: Woodworking, Knitting, Fishing, Coffee roasting, Kayaking, Horseback riding, Kite flying

Introduction: My name is Msgr. Refugio Daniel, I am a fine, precious, encouraging, calm, glamorous, vivacious, friendly person who loves writing and wants to share my knowledge and understanding with you.