Formula for the conversion of bytes to GB.

Asked By 5 points N/A Posted on -
qa-featured

I have been solving numericals related to Information Technology for the last few days. I came across a problem in which I need to convert bytes to GB.

I do not know how to do it since many of us don’t use the term ‘byte’ nowadays. It would be helpful if someone helps me by finding the formula for the conversion of bytes to GB. Thank You.

SHARE
Best Answer by
Answered By 10 points N/A #330490

Formula for the conversion of bytes to GB.

qa-featured

There are two formulae for the conversion of bytes to GB, although both are more or less the same.

  • In this formula, you need to divide the number of bytes by 1024 three times to obtain its equivalent GB.

Here is an example: Convert 23,123,546,543 bytes to GB:

Divide 23,123,546,543 by 1024 three times.

Upon dividing, the answer obtained is 21.53548090066761 GB.

 

  • In this formula, you need to divide the number of bytes by 1,073,741,824 to obtain its equivalent GB.

Let us take the same example as the previous one: Convert 23,123,546,543 bytes to GB.

Divide 23,123,546,543 by 1,073,741,824.

Upon dividing, the answer obtained is 21.53548090066761 GB.

In this way, with these two methods: you can easily convert bytes to GB.

Related Questions