Celeb Glow
news | March 15, 2026

How to force Word to recompute image numbers?

I have a word document containing images and tables. These have captions which are numbered, like "Image 1-Example of something". Later on I decided to rearrange some of chapters of my document. However numbering of objects remained the same, so the first image is image 8, the second is image 3, etc.

I want to force Word to recompute image numbering so first image in document would be image 1, the second - image 2, etc.

Is that possible? Will references (added through cross reference feature) to those objects be updated?

1

12 Answers

You need to update all references in your document. To do so select all of the document (Ctrl+A) then press F9.

4

Word 2011 for Mac updates these field values for the whole document before printing. You don't actually have to print the file but just open and close the print dialog via File --> Print... --> Cancel. Don't know if this works for all versions.

6

I've just come across a scenario where Word had decided that the second figure in my document was Figure 1, and that the first one was Figure 2, and that there was nothing I could do to persuade it otherwise.

The eventual solution turned out to be,

  1. Select the second figure and its caption and cut it.
  2. Update fields with F9.
  3. Paste the figure and caption back in.
  4. Update the field in the newly-pasted caption.
  5. Fix the inevitable resulting formatting SNAFU.
2

If Track Changes are turned on and tables, figures, and associated captions have been modified, I found I had to accept those changes before the suggestions above worked.

1

I know this might seem late and old, but I would like to share this:

I double clicked/selected the number only (If it is Figure 2, then double click/select the "2"), after that I right clicked and in the pop up, there was "Update field", I clicked this and the figure got updated.

I think the only downside in this is you must do for each figure/table, but it works.

Frank

Ctrl-A then F9 will only work if you have added the captions using the add caption option when right clicking the image.

If you have added lines manually saying

Figure 1 - blah blah

then Word won't renumber them, because they are just another line of text. You can tell which captions are added and managed by Word and which one aren't by toggling on field codes. I do this by hitting Ctrl-A, then right clicking on a caption or blank area and clicking "toggle field codes".

Captions which have been created by Word will now look something like

Figure {SEQ Figure * ARABIC} - blah blah

instead of having a number. If your captions do not show this, then Word won't renumber them. So erase them and replace them with captions created using the Insert Caption option.

To update the things containing references, like the table of contents or cross-references, select the document contents and press F9.

Of course, this will not work if you numbered the captions by hand, instead of letting Word do the counting.

Update field may not always be linked to F9. In some cases the shortcut is shift+alt+cmd + U, though right clicking generally works

I had to combine the answer given by bytesum with the other solutions.

  1. open the print dialogue (updates the numbers in the captions)
  2. select all and press F9 (updates the references to these captions)

edit: i am using word 2011 (mac)

1

The other way in case your F9 key doesn't work (i.e. remote desktop to pc platform from a mac) use Ctrl+A then right click and select "update field !"

First you need to select all and only images :

let consider your images have caption starting like this : "Figure #nb ",

  1. Select the world Figure from any caption you want,
  2. go to Home tab,
  3. Editing->Select->Select text with similar formatting,
  4. press the F9 keyboard.

Track changes does indeed interfere with updating figure caption numbering after moving or deleting figures. All of the instructions to F9, Alt-F9 and Shift-F9 or printing had no effect. Very frustrating.

Still then, I found that the removed reference stays invisibly on the page, so the table of figures continues to index it. I had to remove the text around the previously location to fully get rid of the embedded and invisible reference code. I then re-entered the text manually to be sure I didn't reinsert it.

I also had some XE index references displaying in the text (but only in one set of headers) and could not toggle them out while Track Changes was active.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy