"more storage space needed" prompt won't go away.  Can't power off iPad to do so either.  Suggestions?

The "Need more storage space" prompt came up, and has options to close or go to settings.  It's frozen, but active.  Neither option works.  Stuck on screen and can't do anything else, beyond activate suri.  Suggestions?

Welcome to the Apple Support Communities
Hold Sleep and Home buttons until the iPad restarts, so you will be able to use it again

Similar Messages

  • Optical drive won't eject and can't power off from Apple menu!

    I have a Quicksilver that has almost always acted great but ever since I physically moved the machine to another room I've been having intermittent problems. Here's a quick summary:
    -Overall more sluggish performance
    -Occasionally the optical drive won't eject and I have to restart the whole machine. (I did replace the drive a couple years ago but have never had any problems until now).
    -I can no longer shut down/restart from the apple menu, i have to push the power button in.
    I used to get device removal error messages at inappropriate times but that seems to have stopped since I reseated my USB 2.0 card. Here's a list of the other remedies I have tried:
    -Repair permissions
    -Make sure all cards/RAM seated properly
    -Replaced PRAM battery (year was displaying 1970)
    -Ran DiskWarrior
    -Re-imaged entire boot drive
    I can't remember if I've tried zapping the PRAM because this problem has been going on for about five months. None of this was an issue before I carted the machine into another room so hopefully I haven't dislodged anything. Also, I notice a lot of static build-up in the room despite the hardwood flooring. Perhaps that could be an issue and if so, any suggestions?
    I was dreading that it could be my logic board, any advice?
    thanks,
    Jesse

    Well....it may be fine for you to accept an inferior item, not I. I paid for a unit that was supposed to be fully operational and work as designed. I will not accept having to reboot every time I want to put a CD or DVD into my computer! That's like having to restart your car so the headlights work. Even if one doesn't drive at night, you would still expect the headlights to work ANYTIME you want them without the extra steps. I know "where" the issue is and I know "why" the issue is BUT unfortunately, there is not a fix I can find. Between uninstalling and reinstalling drivers and applications and etc. I give up. They will replace my unit according to Lenovo, with a brand new laptop. Should this one have the same issue, I will be disputing my CC charge, and sending the unit back to them for a full and complete refund. I wish I had a copy of WIn8 or Win7 without Lenovo's proprietary software embedded. I bet the unit would work as designed then, but to have them rewrite or add software with hooks directly into the core system is a recipe for disaster. I encourage you to do something about yours also. The more people that ALLOW this "type" manufactured fleecing, the more it will occur.
    I guess I will find out just how well this replacement process works.

  • HT4910 I can not back up my iPhone.  it says I need more storage space.  I purchased more space and icloud says it is there, but the phone is not recognizing this and continues to say that I need to purchase more space in order to back it up.  Any ideas?

    I can not back up my iPhone.  It says I need more storage space.  I purchased more space and icloud says it is there, but the phone is not recognizing this and continues to say that I need to purchase more space in order to back it up.  Any ideas?

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 & above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes and see if it is working now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    iTunes 10.5 for Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US

  • HT204053 I just purchased more storage space(10gb) for   iPAD, but when I attempted to download an app An error message appeared prompting me to buy more storage. according to my ICloud  I have 15gb available. Does anyone have any suggestions

    I purchased more storage space(10gb)for my IPAD,but when I attempted to download an app an error message prompted me to purchase more storage.According to my ICloud I have 15gbavailable Any suggestions Help!!!

    If you are trying to download an app and get an error about not enough memory, it's talking about memory on your iPad, not in iCloud.  I don't know what you mean by purchasing more storage space for your iPad, you can't add more memory to a device.  You may have bought more memory in iCloud, but that's not going to fix your current problem.  You need to delete songs or video, or some other large files from your iPad to make room for a new download.

  • Hi, I have an early 2008 24" iMac, I need more storage space and was wondering if I could fit a 3TB Western Digital Caviar Green HDD into it with out any problems? This is the one I've seen, Western Digital Caviar 3TB SATA 6 GB/s 64MB Cache 3.5 inch

    Hi, I have an early 2008 24" iMac, I need more storage space and was wondering if I could fit a 3TB Western Digital Caviar Green HDD into it with out any problems? This is the one I've seen, Western Digital Caviar 3TB SATA 6 GB/s 64MB Cache 3.5 inch

    My bad?
    You're original response was questions/post  about an iMac. Now you've edited it to ask about a Mac Pro?
    You can more easily add internal drives in a Mac Pro.
    Not too terribly easy to add/replace drives in an iMac.
    If younhave questions about a Mac Pro, try posting in the Mac Pro forums.
    Much more knowledgeable users there.

  • I need more storage space on cloud.

    i currently have the 2GB included with the photography package, but this is not enough.  Is there a way to buy more storage space?
    Thanks!

    Local Storage on your Device is not the same as iCloud Storage.

  • Short dump -No more storage space available for extending an internal table

    Hi All,
    While running one program I get the short dump saying
    "No more storage space available for extending an internal table "IT_862".
    Error Analysis given in the dump log :
    The internal table "IT_862" could not be enlarged further.
    To extend the internal table, 14656 bytes of storage space was
    needed, but none was available. At this point, the table "IT_862" has
    8528862 entries.
    Source Code Extract :
    003360     loop at t_line.
    003370       clear t_output.
    003380
    003390   *   Increment Line counter
    003400       add 1 to l_line_cnt.
    003410
    003420       t_output-object = t_stxh-tdobject.
    003430       t_output-id     = t_stxh-tdid.
    003440       t_output-spras  = t_stxh-tdspras.
    003450       t_output-name   = t_stxh-tdname.
    003460       t_output-line   = l_line_cnt.
    003470       t_output-format = t_line-tdformat.
    003480       t_output-text   = t_line-tdline.
         *>       append toutput.   " ERROR POINT*
    Can you please suggest what can be the possible solution for the above error.
    Thanks in advance.
    Sanjeet

    Hi
    Check out this thread:
    Re: No storage space available for extending the internal table
    Make sure you are not having an infinite loop.
    Hope this helps
    Regards,
    Jayanthi.K

  • TSV_TNEW_PAGE_ALLOC_FAILED -  No more storage space available for extending

    Hi
    Im SAP-BW Consultant. I need some code in the transfer rules. But while im loading data , im getting "No more storage space available for extending an internal table.
    Pls check my code and modify it so that i can load the data of 5,000,00 records
    TYPES: BEGIN OF tys_TG_1,
                         /BIC/ZIUTILICH           TYPE /BIC/OIZIUTILICH,
                       /BIC/ZIRGRCH           TYPE  /BIC/OIZIRGRCH,
                       /BIC/ZPRODUCT           TYPE /BIC/OIZPRODUCT,
    END   OF tys_TG_1.
    TYPES:  tyt_TG_1        TYPE STANDARD TABLE OF tys_TG_1
                                                     WITH NON-UNIQUE DEFAULT KEY.
    data: e_s_result type tys_TG_1.
    data: e_t_result type tyt_TG_1.
    DATA : ITAB1 TYPE STANDARD TABLE OF  /BIC/AZDSO_HYD00.
    DATA : WA_ITAB TYPE /BIC/AZDSO_HYD00.
    loop at RESULT_PACKAGE into e_s_result.
         Select /BIC/ZIUTILICH /BIC/ZIRGRCH /BIC/ZPRODUCT                                               FROM       /BIC/AZDSO_HYD00 INTO
                                    (e_s_result-/BIC/ZIUTILICH,
                                    e_s_result-/BIC/ZIRGRCH,
                                     e_s_result-/BIC/ZPRODUCT)
                                 WHERE
                                 COMP_CODE = e_s_result-COMP_CODE AND
                                 PROFIT_CTR = e_s_result-PROFIT_CTR .
              append e_s_result to e_t_result.
         endselect.
             clear e_s_result.
    ENDLOOP.
    refresh RESULT_PACKAGE.
    move e_t_result[] to RESULT_PACKAGE[].
    So im getting TSV_TNEW_PAGE_ALLOC_FAILED -  No more storage space available for extending an internal table..
    I think there is a problem in the code. pls look it and modify it.
    Regards
    kumar

    Hello Kumar,
    The amount of data you can store in an internal table is limited by the width of the table together with the available memory on your machine. If you try to put too much data in your table you'll always get that problem.
    As I see it you have a table RESULT_PACKAGE with some fields and based on the entries in that table you select one row out of another table.
    You can easily use
    Select
    /BIC/ZIUTILICH /BIC/ZIRGRCH
    /BIC/ZPRODUCT FROM
    /BIC/AZDSO_HYD00
    INTO TABLE e_t_result
    FOR ALL ENTRIES in RESULT_PACKAGE
    COMP_CODE = RESULT_PACKAGE-COMP_CODE AND
    PROFIT_CTR = RESULT_PACKAGE-PROFIT_CTR .
    That still doesn't solve your memory problem hence you should try to process the data in packages, because you obviously don't have enough memory to process all data at once.
    You can add the following:
    Select
    /BIC/ZIUTILICH /BIC/ZIRGRCH
    /BIC/ZPRODUCT FROM
    /BIC/AZDSO_HYD00
    INTO TABLE e_t_result
    PACKAGE SIZE xxxx
    FOR ALL ENTRIES in RESULT_PACKAGE
    COMP_CODE = RESULT_PACKAGE-COMP_CODE AND
    PROFIT_CTR = RESULT_PACKAGE-PROFIT_CTR .
    PROCESS your data here
    ENDSELECT.
    You might also want to discuss the issue with your basis team if there is a way to get more memory if there is no way to do that process.
    Hope that helps,
    Michael

  • How to create more storage space without deleting apps

    I need more storage space for my iphone 5s. I dont  want to delete my apps. any ideas?

    Hi pacificmission,
    Welcome to Apple Support Communities. 
    This article should give you ideas about how to free up storage space on your iPhone 5s by showing you how to view storage space usage and remove less used content.
    See how much storage you've used on your iPhone, iPad, and iPod touch - Apple Support
    Cheers,
    -Jason

  • F.05 : No more storage space is available for extending  an internal table

    Hi,
    While executing F.05(FCV), I am getting ABAP Run time Error which is as below
    Short Text: No more storage space is available for extending  an internal table
    Pls, Give me solution and get more points. It is very urgent
    Thanks in advance
    Akash

    call your sap basis guys
    i don't need any points

  • I should know, but I don't. If I upload all of my photos to iCloud and then delete them off of my iPhone (for more storage space), will they all remain in iCloud or am I missing the point of iCloud?

    I should know, but I don't. If I upload all of my photos to iCloud and then delete them off of my iPhone (for more storage space), will they all remain in iCloud or am I missing the point of iCloud?

    Right now, there is no way to upload and access photos in iCloud. You need to import them to a computer if you want to be able to retrieve them later:
    PHOTO IMPORT IOS TO MAC/PC
    Cheers,
    GB

  • My Wallpapers and Ringtones... And MORE storage SPACE!!!

    I am a recording artist... How do I upload a personal pic from my computer(MAC) as a wallpaper, and a few personal songs for ringtones... And also, how can I get MORE storage space to add more apps on this phone?

    Greetings, and welcome to the forums!
    Are you only using the device memory for all of your file storage? If so, purchase a micro SD card to store your pics, ringtones, songs etc. on. Then set your phone to mass storage mode so that your MAC will see it as an external hard drive and then you can transfer your pics/songs to the mem card.
    As for apps, those you'll need to store in device memory, as that's the only place they can be run from.
    "Cats may taste like chicken, but they have more bones than rabbits."
    Blackberry 101
    Tips & Tricks
    Videos to learn from on youtube

  • Just purchased more storage space for iphone6 but not showing?

    I just purchased more storage space for my iphone6, 20gb, but my backup storage still shows 5gb?  How do I troubleshoot this problem, my credit card info is accurate?

    You cannot install more storage space on an iDevice. If you don't have space on the device to download to it, then you need to delete stuff from it. Buying more cloud space does not do a thing for you unless you store to the cloud and remove from the device.

  • Short dump - No more storage space available for extending an internal tabl

    Hi All,
    I have requirement in which my program generates a text file on my presentation server. Here my problem is, this requirement can not be executed in back ground, it should be done in foreground only. When I execute in foreground, if the data records comes to some 38 lacks then I am getting a short dump saying 'No more storage space available for extending an internal table'.
    And in dump analysis under WHAT HAPPENED section it is giving as
    ' What happened?                                                                                |
    |    You attempted to extend an internal table, but the required space was                         |
    |    not available.
    Please suggest me, what I have to do in this case?
    Thanks in advance.
    Thanks,
    Sudha Mettu

    Hi SuDash,
    Allocation of the memory spaces will be done by BASIS people.
    you can contact them..
    Regards!

  • How do i add more storage space on my macbook air ?

    HI, I HAVE 121 GB OF STORAGE ON MY MACBOOK AIR VERSION 10.9.2. IT KEEPS COMING UP THAT I DONT HAVE ENOUGH SPACE ON MY LAPTOP. HOW DO I GET MORE STORAGE SPACE SO THAT THIS PROBLEM DOESNT OCCUR?

    backup your static media huge files, pics , vids, audio to an external HD.
    http://support.apple.com/kb/ht1427

Maybe you are looking for

  • Logging into Adobe CC with a script?

    So, I have a unique problem. I'm an art student, and my university has given me a free copy of Adobe Creative Cloud for a year for use on my personal PC. However, the computers in the lab on campus, automatically log into what I am assuming is a gene

  • Display resolution problem when login

    My screen dislay suddenly has resloution issue. l checked System Preference -> Display and the resolution is set at 1280x800, which should be the correct settings. But the display still shows on lower resolution. I reboot/shutdown, still the display

  • How do I open a QuickTime movie in the Player

    How do I create a link in Dreamweaver8 which will open a QuickTime movie in the QuickTime Player and not in another browser window of Safari?

  • STAD - get the 'transaction code' and 'program name'

    Hi, I was wondering if someone knows about a bapi with which I can get only the "transaction code" and "program name". I need to get those for a specified user, but I don't want to set on a trace, that's why I'd like to use the transaction STAD. If a

  • My Windows 8 laptop keeps downloading and installing iTunes 10.2.1.1 even though the latest version is 11.0.3

    Hi everyone, I'm having a really annoying problem in installing iTunes 11.0.3. I use a Dell laptop with windows 8 installed. I tried to download iTunes 11.0.3 for Windows 64 bit on apple.com. The size is actually 85Mb, but my downloads keep downloadi