To get a vCard from an iPhone, open the Contacts app, choose a contact, tap Share Contact, and pick Mail, Messages, or AirDrop to send the .vcf file — the iPhone packages the selected person's name, phone number, email, and any other stored field into a portable contact card that most address-book applications accept. That built-in Share Contact action is the fastest path when the contact you want is already on the device and you only need a single portable file. When you need a vCard the iPhone does not have — for example, a corporate card with a brandable job title, a public business email that lives in your signature rather than your phone, or a website field that was never stored locally — a standards-aligned generator such as the vCard Generator lets you assemble the same .vcf format from scratch in your browser, then transfer it back to the iPhone through AirDrop, iCloud Drive, or an email attachment. Both methods end with the same outcome: a small .vcf file that imports cleanly into iOS Contacts, Google Contacts, Outlook, and the rest of the address-book world.

how to get vcard from iphone
Two Reliable Ways to Get a vCard From iPhone

Two Common iPhone Paths to a vCard

iPhones expose the vCard format through at least three built-in surfaces, and each produces the same kind of .vcf file. The first is the Share Contact action inside a contact card, which packages one record and delivers it to another app. The second is the iCloud.com contacts page, which lets you check several contacts at once and download a multi-card archive from any desktop browser. The third is the macOS Contacts app connected to the same Apple ID, which exposes Export vCard from the gear menu and produces a single archive file containing the selected records. When none of those match what you need — for example, when there is no iPhone contact to begin with, or when you want to control exactly which fields appear and in which order — a browser-based generator runs alongside those native options and produces a vCard 4.0 record you build field by field. Knowing both paths means you can answer the request "send me your vCard" in any situation, whether or not your address book happens to contain the record you want to share.

Use iPhone's Built-In Share Contact

The built-in path needs no extra apps because iOS writes the .vcf file on the fly when you tap Share Contact. Follow the steps below on the iPhone that already holds the contact you want to send.

  1. Open the Contacts app on the iPhone, or open the Phone app and tap Contacts in the bottom bar.
  2. Tap the contact you want to share so the detail card opens.
  3. Scroll to the bottom of the card and tap Share Contact.
  4. Pick a destination from the share sheet — Mail, Messages, AirDrop, or any third-party app that registers as a vCard target.
  5. Send the message. iOS attaches a file with a .vcf extension that contains the contact's stored fields.

The .vcf attachment arrives in the destination app. Mail stores it as a downloadable file you can open in the iPhone's Files app. Messages shows it as a single-card attachment the recipient can tap to add. AirDrop hands the file to a nearby Mac or another Apple device, which usually parks it in the Downloads folder on macOS or offers to add it to Contacts on the receiving iPhone. Where the file lands depends on the destination app rather than on iOS itself, which is why many people struggle to find the .vcf after sharing — looking in the wrong app, not the iPhone, is the most common slip-up. If you intend to share the vCard with yourself for safekeeping, email it to your own address so the file is attached to a message you control.

When the Native Share Is Not Enough

Several situations make the Share Contact action awkward. iOS does not let you bundle multiple contacts into a single .vcf — each share only carries one contact — so exporting a large address book requires iCloud.com or a Mac with the Contacts app and the same Apple ID. The shared .vcf also reflects the contact exactly as stored on the device, which means a website, social handle, or alternate phone that is missing from the iPhone record will be missing from the vCard. iPhone's share does not let you reorder fields, add a note, or strip a stray middle initial before sending, so any cleanup has to happen inside the contact card first. Finally, when you want to hand someone your own contact details but your iPhone's "My Card" entry is empty, outdated, or missing an organization line, generating a fresh vCard from a clean template is often faster than curating the on-device record first. These gaps are exactly where a controlled, browser-based generator earns its place.

Build a Custom vCard With the vCard Generator

When the native share cannot deliver the field set you need, build the file from scratch with a focused, standards-aligned tool. The vCard Generator runs entirely in the browser and follows the serialization rules documented in RFC 6350, so commas, semicolons, backslashes, and line breaks inside text values are escaped automatically, long physical lines are folded at 75 UTF-8 octets with a single leading space, and multi-byte characters such as accented letters and emoji are never split mid-codepoint. No contact data is uploaded to a server, and the download is a temporary local blob that disappears when you close the tab.

  1. Open the vCard Generator in a desktop or mobile browser.
  2. Type the full name into the required Full Name field. A vCard without a formatted name is treated as malformed by importers, which is why this field is mandatory.
  3. Add any optional details you want included: organization, job title, email, phone number, website URL, and a free-form note. Empty optional fields are omitted from the output rather than written as blank properties, keeping the file compact.
  4. Select Create vCard and read the preview text that appears. Confirm that the FN property carries the right name, that the email domain is correct, that the phone number includes the country code you want, and that any semicolons inside an organization or commas inside a name are properly escaped with a backslash.
  5. Download the .vcf file. The file uses CRLF line endings, folds at 75 octets per line, and ends with a trailing CRLF as RFC 6350 requires.

Send the Generated .vcf to Your iPhone

The downloaded .vcf file needs to reach the iPhone before it can become a saved contact. Four common transfer routes work, and each ends with iOS offering to add or merge the card.

  • AirDrop from a Mac: drag the .vcf onto the iPhone in Finder → AirDrop, or right-click the file in Finder and choose Share → AirDrop. iOS prompts to add it as a new contact or merge with an existing one.
  • iCloud Drive: drop the file into any folder under iCloud Drive that syncs to the iPhone, then open the Files app on the iPhone, tap the .vcf file, and tap Add to Contacts when prompted.
  • Mail attachment: email the .vcf to an address your iPhone can receive. Open the attachment in Mail and tap the share-style action that turns it into a new contact card.
  • Third-party cloud: upload to Dropbox, OneDrive, or Google Drive, install the matching iOS app, and open the file from there.

Each path produces the same outcome because the .vcf format is the same — the difference is just which app hands the file to iOS. Test the path that matches your setup once so the next transfer is a single tap.

Verify the vCard Before Sharing It

Always preview before you send. The generator shows the exact text the file will contain, so take a moment to read each property line for typos. Common slip-ups are switched first and last names, dropped country codes, notes that got cut off by the preview window, and organizations where a literal comma or semicolon should be escaped with a backslash. After downloading, open the .vcf in any text editor to confirm the escapes; a comma inside "Smith, Jones & Co" must show as "Smith\, Jones & Co" within the ORG property, otherwise the importer will read it as a property separator rather than as text.

Once the file looks right, test-import it into your target contact app before distributing it. iCloud.com contacts, Google Contacts, Outlook, and macOS Contacts each interpret optional fields slightly differently, so a real import is the most reliable compatibility check. The generator intentionally emits a small, conservative property set registered with the IANA vCard Elements Registry rather than vendor-specific extensions, which keeps the file portable but means photo and social-profile fields will not carry over.

Choosing the Right Path for Your Situation

Aspect iPhone Share Contact vCard Generator
Where the file is produced On the iPhone from a contact already on the device In your browser, from text you type
Required input An existing contact A full name plus any optional fields
Optional fields included Only fields already saved on the device Organization, title, email, phone, website, note
Number of contacts per file One contact per share action One contact per generation
Photo and social links Embedded only if they exist in the source contact Not emitted by this generator
Version emitted What iOS writes for the chosen share target vCard 4.0 per RFC 6350
Internet connection Not required for the share action Not required — all processing is local
Best for Sharing a contact already on the phone, one at a time Building a clean custom card with controlled fields

For a one-off share of a contact you already have, Share Contact is the natural choice. For a card you want to brand, distribute widely, or keep portable across email signatures, conference badges, and multiple platforms, build it with the vCard Generator, preview the file, test-import it once, and save the .vcf somewhere you can reach on the iPhone. If you also need to send multiple contacts at once, the iCloud.com contacts page described on the iPhone vCard guide covers the multi-record workflow.