Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
From the Battery FAQ that simsaladimbamba posted:
Sleep drain: You may notice the battery in your Apple portable may drain up to 1% per hour (24% per day) while the computer is in sleep mode. This is normal behavior.
 
If the data is written on the disk and everything stops working, shouldn't it drain no battery at all? A.K.A. shut down?
If it shuts down, it won't drain the battery. If it's in standby mode, it's not shut down, so it does use battery power.
... or that it never went into standby mode at all.
There's your most likely answer.
 
How can the computer lose 7% in 7 hours of sleep then?

That would mean that standby mode uses just as much battery as normal sleep or that it never went into standby mode at all.

Does your MacBook Air adhere to the following requirements?
The new standby mode activates after just over an hour of "regular" sleep. To enter standby, the computer must:

  • Be running on battery power.
  • Have no USB devices attached.
  • Have no SD card inserted.
  • Have no Bluetooth devices currently paired.
  • Have no external display attached.
from
 
Just to be safe, if's it making you unhappy, I'd just shut it down every time, considering it only takes 15 seconds to boot up. :p
 
The new MBAs are advertised at the Apple website with a standby of 30 days. So either something is preventing it from going into standby, or there is something wrong with your system.

batteryspecs.png
 
The new MBAs are advertised at the Apple website with a standby of 30 days. So either something is preventing it from going into standby, or there is something wrong with your system.

Image

Yea but it also says 5 hours wireless web. I really don't know how they got 5 hours with this thing.

I understand what you're saying though, I will see what happens tonight and then I'll contact Apple. Just so annoying since there are no Apple stores in my country, I'd have to send it to them and everything, right?

Or can I just go to a retailer?
 
Nevermind, I forget I had disabled hibernation and sleep image a while back because I needed the space which I don't anymore.

That explains why it never went into standby mode. Right?
 
Yes, that explains it.

<facepalm>

Five hours wireless? Note that Apple tests with Flash disabled. Flash noticeably decreases battery life when web browsing. If you have Flash enabled, you won't get five hours.
 
Also to confirm

When I leave my external monitor plugged in I get bad battery drain

With nothing plugged in it sleeps nicely. Perhaps a couple of percent which is probably just what it lost before entering deep sleep.
 
Nevermind, I forget I had disabled hibernation and sleep image a while back because I needed the space which I don't anymore.

That explains why it never went into standby mode. Right?

Im sorry for resurrecting the thread but I really need to know how to enable the hibernation thing.

My mpa will only sleep but not go into standby mode, I'm losing lots of battery like this.

How did you do it?
 
Google smartsleep.

or

Code:
sudo pmset -a hibernatemode 0 = suspend to RAM only 
sudo pmset -a hibernatemode 1 = suspend to disk only
sudo pmset -a hibernatemode 3 = suspend to disk + RAM (default on laptops)
To see your current mode: pmset -g | grep hibernatemode.

Im sorry for resurrecting the thread but I really need to know how to enable the hibernation thing.

My mpa will only sleep but not go into standby mode, I'm losing lots of battery like this.

How did you do it?
 
Apple hibernation has three modes. By default, on laptops it suspends the system and make a copy of RAM to disk for a completely safe hibernate.

You can change the Mac’s hibernate behavior using pmset; here’s the reference for it:
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/pmset.1.html
“sudo pmset -a hibernatemode 0″ = suspend to RAM only (default on desktops)
“sudo pmset -a hibernatemode 1″ = suspend to disk only
“sudo pmset -a hibernatemode 3″ = suspend to disk + RAM (default on laptops)
To see your current hibernatemode: “pmset -g | grep hibernatemode”.

----------

Google smartsleep.

or

Code:
sudo pmset -a hibernatemode 0 = suspend to RAM only 
sudo pmset -a hibernatemode 1 = suspend to disk only
sudo pmset -a hibernatemode 3 = suspend to disk + RAM (default on laptops)
To see your current mode: pmset -g | grep hibernatemode.

Ah, some simultaneous posting occurred there.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.